Skip to content
jango89 edited this page Aug 6, 2016 · 1 revision

Welcome to the recommender_systems wiki!

This is a recommender system backend system developed to provide PG course details to heriot watt university new joiners. Right now this is just a prototype build using ES, JAVA SPRING BOOT, maven.

Things to do for setting up:

  1. Install maven.
  2. mvn clean compile install -U
  3. Setup a local elastic search (brew install elasticsearch)
  4. Run the test case CrawlDataFromWebsite.java inside system-core module which import sample data to your local elastic search index.
  5. Run your application using java -jar warfilename (created using above command).
Clone this wiki locally