Space Race
From NoSQLZoo
Revision as of 09:40, 26 November 2019 by ChrisHouston (talk | contribs)
Learn how to use Neo4j using data from the Space Race.
Click here for 3d graph visualisation
Use MATCH and RETURN to show nodes that are Institutions rather than Astronauts
Show Institutions instead of Astronauts
MATCH(n:Astronaut) RETURN n;
MATCH(n:Institution) RETURN n;
Acknowledgements
NoSQLZoo is made possible by the following open-source technologies: