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 3: Line 3:
  
 
[http://nosqlzoo.net/mw/visproject/visualisation.php Click here for 3d graph visualisation]
 
[http://nosqlzoo.net/mw/visproject/visualisation.php Click here for 3d graph visualisation]
<div class="q nonum" data-lang="neo4j">
+
 
  Use MATCH and RETURN to show nodes that are Institutions rather than Astronauts
+
[[/MATCH_Tutorial]]
  <p class='strong'>Show Institutions instead of Astronauts<p>
 
  <pre class="def"><nowiki>MATCH(n:Astronaut) RETURN n;</nowiki>
 
</pre>
 
<pre class="ans"><nowiki>MATCH(n:Institution) RETURN n; </nowiki>
 
</pre>
 
</div>
 
  
 
{{Acknowledgements}}
 
{{Acknowledgements}}

Revision as of 19:11, 26 November 2019

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

Click here for 3d graph visualisation

/MATCH_Tutorial

Acknowledgements

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

jQuery JSHint CodeMirror MediaWiki MariaDB