Cookies help us deliver our services. By using our services, you agree to our use of cookies. More information

Difference between revisions of "Space Race"

From NoSQLZoo
Jump to: navigation, search
Line 2: Line 2:
 
== Learn how to use Neo4j using data from the Space Race. ==
 
== Learn how to use Neo4j using data from the Space Race. ==
  
 +
[http://nosqlzoo.net/mw/visproject/visualisation.php]
 
<div class="q nonum" data-lang="neo4j">
 
<div class="q nonum" data-lang="neo4j">
 
   Use <code>MATCH</code> to show nodes that are Countries rather than Astronauts
 
   Use <code>MATCH</code> to show nodes that are Countries rather than Astronauts

Revision as of 10:17, 26 November 2019

Learn how to use Neo4j using data from the Space Race.

[1]

 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