Neo4j
Linux
MacOS
- Download dmg from the website https://neo4j.com/download/ .
- Activate and install with activation key.
- Install python sdk.
pip install neo4j
- Open Neo4j Desktop, go to Neo4j Browser to open an example project.
- Open Movie DBMS with Neo4j Browser.
- Go to Database Information, and add user via
:server user add
.
- Set your username and password. Reuse it in next step.
- Run the program here to test the setup. https://neo4j.com/developer/python/
Windows
References
- Installing Neo4j on your macOS in 2 mins
- Using Neo4j from Python