Neo4j


Linux

MacOS

  1. Download dmg from the website https://neo4j.com/download/ .
  2. Activate and install with activation key.
  3. Install python sdk. pip install neo4j
  4. Open Neo4j Desktop, go to Neo4j Browser to open an example project.
  5. Open Movie DBMS with Neo4j Browser.
  6. Go to Database Information, and add user via :server user add.
  7. Set your username and password. Reuse it in next step.
  8. Run the program here to test the setup. https://neo4j.com/developer/python/

Windows

References

  1. Installing Neo4j on your macOS in 2 mins
  2. Using Neo4j from Python