Mosaic Films is a demo of the recommendationRaccoon engine built on top of Node.js. It is a full installation of the module that takes advantage of lightning fast recommendations powered by Redis and a simple user interface. It comes complete with sample content and tests.
Get up and running in less than 5 minutes!
- Async
- CSV
- Express
- Postgres
- Sequelize
- Node
- Raccoon
- Redis
- Underscore
git clone https://github.com/guymorita/Mosaic-Films---Recommendation-Engine-Demo.git
Navigate to folder
cd Mosaic-Films---Recommendation-Engine-Demo
npm install
brew install redis
brew install postgres
Start up postgres server
postgres -D /usr/local/var/postgres
Create a database
createdb mosaic
node lib/importMovies.js
redis-server
postgres -D /usr/local/var/postgres
node node-server.js