Skip to content

Commit cbbd353

Browse files
author
Jim Avery
committed
2 parents d396e99 + 2b20e5f commit cbbd353

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Welcome to RecDB.
1+
# Welcome to RecDB
22
An Open Source Recommendation Engine Built Entirely Inside PostgreSQL 9.2. RecDB allows application developers to build recommendation applications in a heartbeat through a wide variety of built-in recommendation algorithms like user-user collaborative filtering, item-item collaborative filtering, singular value decomposition. Applications powered by RecDB can produce online and flexible personalized recommendations to end-users. You can check out the code, as follows:
33

44
```
55
$ git clone https://github.com/Sarwat/recdb-postgresql.git
66
```
77

88

9-
### Recommended Specifications
9+
## Recommended Specifications
1010

1111
RecDB is designed to be run on a Unix operating system. At least 1GB of RAM is recommended for most queries, though when working with very large data sets more RAM may be desirable, especially when you are not working with apriori recommenders.
1212

@@ -63,6 +63,7 @@ If you ever want to eliminate the current database , use the clean.pl script.
6363
perl clean.pl [db_name] [server_host]
6464
```
6565

66+
## How It Works
6667

6768
### Loading Data
6869
We provide the MovieLens data to build a "Hello-World" movie recommendation application using RecDB. You can load the data using the sql script called "initmovielens1mdatabase.sql" stored in "./PostgreSQL" directory. We provide the dataset at "./PostgreSQL/moviedata / MovieLens1M/" directory.
@@ -128,7 +129,12 @@ ORDER BY R.ratingval
128129
LIMIT 10
129130
```
130131

132+
## Authors
133+
Mohamed Sarwat <http://www-users.cs.umn.edu/~sarwat/>
131134

135+
James Avery
132136

133-
### Support or Contact
137+
Mohamed F. Mokbel <http://www-users.cs.umn.edu/~mokbel/>
138+
139+
## Support or Contact
134140
Having trouble with RecDB ? contact [email protected] and we’ll help you sort it out.

0 commit comments

Comments
 (0)