- Manage single node Neo4J in docker on local machines.
- Exists as docker-compose even though this is single node to make multi-node easier in future.
- Guide: https://neo4j.com/developer/docker-run-neo4j/
- Creates named volumes to persist across restarts.
- The Neo4J web UI is on http://localhost:7474
- Open shell command prompt with
docker exec -it neo4j /bin/bash
- This may not work from a GitHub Bash prompt on Windows
See README.md in the root of this repo for interesting docker commands.
No IDE integrations specific to this project are called out at this time.