Space Race
From NoSQLZoo
Learn how to use Neo4j using data from the Space Race.
Use MATCH
to show nodes that are Countries rather than Astronauts
Show Institutions instead of Astronauts
MATCH(n:Astronauts) RETURN *;
MATCH(n:Institutions) RETURN *;
Acknowledgements
NoSQLZoo is made possible by the following open-source technologies: