Actions

Space Race

From NoSQLZoo

Revision as of 10:36, 22 November 2019 by ChrisHouston (talk | contribs)

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:Astronaut) RETURN n;
MATCH(n:Institution) RETURN n; 

Acknowledgements

NoSQLZoo is made possible by the following open-source technologies:

jQuery JSHint CodeMirror MediaWiki MariaDB
  • You have been served by: dill