Skip to content

pradeepkusingh/comcast-demo

 
 

Repository files navigation

Sparrow Reference Application

Running Locally

  1. Clone the repo.

  2. Import the root pom.xml into your favorite IDE or run mvn package.

  3. Download and install the following services:

    1. RabbitMQ

    2. MongoDB

    3. Neo4J Community Editioni - version 2.1.x - Cypher changes won’t make it possible to work with 2.2.x

  4. Either from the IDE or the command line (i.e. java -jar target/appname.jar), run the applications in the following order:

    1. sparrow-config-server

    2. sparrow-eureka

    3. sparrow-auth-server

    4. sparrow-catalog

    5. sparrow-reviews

    6. sparrow-recommendations

    7. sparrow-web

    8. sparrow-api-gateway

  5. Load data into the reviews DB by running sparrow-reviews/scripts/loadReviews.sh.

  6. Load data into the recommendations DB by running sparrow-recommendations/scripts/loadGraph.sh.

  7. Visit http://localhost:9000 and you should see something like the following:

    homepage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 74.7%
  • JavaScript 11.2%
  • HTML 9.1%
  • Shell 5.0%