Skip to content

baskaranz/paradise4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

paradise4j

Components implemented:

ETL script for Graph database (persistence) - neo4j

Steps to execute:

Please download neo4j from the following link https://neo4j.com/download-thanks/?edition=community&release=3.5.5

  1. tar -xf neo4j-community-3.5.5-unix.tar.gz
  2. SET env variable NEO4J_HOME
  3. cd $NEO4J_HOME
  4. Clone this repo to your local machine
  5. Copy the script from this repo's neo4j-etl\paradise_etl.sh to <NEO4J_HOME>
  6. Start neo4j ./bin/neo4j start
  7. Then run the script ./paradise_etl.sh

The Paradise paper data should get loaded in the graph db and ready to serve.

Middleware GraphQL (API) - Apollo

Steps to execute:

Please install node/npm (prerequesite)

  1. cd graphql-api-server
  2. npm install
  3. npm start
  4. Access the API console in localhost:4000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published