Skip to content

An on-line movie recommender using Spark, Clojure Luminus, and the MovieLens dataset

Notifications You must be signed in to change notification settings

humorless/spark-movie-lens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3062227 · May 1, 2019

History

37 Commits
May 1, 2019
Nov 18, 2017
Nov 14, 2017
Nov 18, 2017
Oct 6, 2017
Oct 30, 2017
Oct 6, 2017
Oct 6, 2017
Oct 6, 2017
Nov 6, 2017
Nov 4, 2017
Nov 4, 2017

Repository files navigation

spark-movie-lens

generated using Luminus version "2.9.11.90"

initalization of Database

lein migratus migrate

Prerequisites

  1. You will need Leiningen 2.0 or above installed.
  2. You will need Java 8 or above installed.
  3. You will need to instll postgresql and pre-create user and database.
  4. Install libraries needed for spark.
sudo apt-get install libgfortran3

Running

To start a web server for the application, run:

lein run

Point chrome to http://localhost:3000

Check spark stages

Point chrome to http://localhost:4040/stages/

Deployment

After uberjar built.

java -Ddatabase-url="jdbc:postgresql://localhost/intowow_dev?user=intowow&password=qwerty" -jar target/uberjar/intowow.jar

License

Copyright © 2017 Laurence Chen

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

An on-line movie recommender using Spark, Clojure Luminus, and the MovieLens dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published