The purpose of this repo is to provide an easy way to install Neo4J graph DB locally.
To build a docker image:
$ ./build.sh
To run a docker container:
$ ./run.sh
To dump default neo4j config:
$ ./dump-conf.sh
To connect to the running container:
$ ./connect.sh
conf
: Contains dumped configdata
: Contains persisted DB fileslogs
: Contains Neo4J logsplugins
: Contains plugins we use