Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Consume the recently produces JSON files with the NORDUni consume scripts..h2

Install Neo4j graph database

Neo4j 1.5 embedded with Python bindings (recommended)

Code Block
pip install neo4j-embedded

...

Neo4j 1.3 REST stand alone server

Download neo4j-1.3 from http://neo4j.org.
Extract the file to, for example, /var/opt/norduni/dependencies/.

...