For Graph database study
Install Docker
sh start.sh
sh stop.sh
This will instantiate neo4j instance in docker container, and expose an http port to use its gui. The gui will be available at: http://localhost:7474/
And, the default start will also import sample data into database, and there is a sample query file checked-in, which you can run to play with existing data.
After starting, when you open browser: http://localhost:7474/ This will have a gui where you can put querries.
If you are interested to play with more complex and large data set. Below are some links:
-
Star Wars social network https://neo4j.com/graphgist/855363c7-cdeb-4c8b-b4a5-b72c8f2388e3
-
Starwars Universe http://neo4j.com/graphgist/6019125
-
Movie database https://neo4j.com/developer/movie-database/
-
Harry potter http://neo4j.com/graphgist/7598989/