Databases : understand how to organize and to use data

Graph-Oriented Databases : Introduction with Neo4J

Neo4j Exercise (credits : neo4j cookbook)

In this tutorial, you'll have to import the following script : dump

Neo4j Exercise: friends exercises

Neo4j Exercise: friends exercises

Neo4j Exercise: friends exercises

Neo4j Practical Work : Space travelling

Neo4j Practical Work : Exploring space

Hint: counting things with neo4j
MATCH (l:Label) RETURN count(l) as Labels

Galaxy topology

Neo4j Practical Work : Exploring space (2)

SW5 Hint: the relationship between sector and planet is "CONTAINS" count the planets per sectors and then use order by clause
SW6 Hint: count the hyperspace routes (adjacent_to.hyperspaceroute) and then order by descending