Actions

Space Race: Difference between revisions

From NoSQLZoo

No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
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. ==


<div class="q nonum" data-lang="neo4j">
[http://nosqlzoo.net/mw/visproject/visualisation.php Click here for 3d graph visualisation]
  Use <code>MATCH</code> to show nodes that are Countries rather than Astronauts
  <p class='strong'>Show Institutions instead of Astronauts<p>
  <pre class="def"><nowiki>MATCH(n:Astronauts) RETURN n;</nowiki>
</pre>
<pre class="ans"><nowiki>MATCH(n:Institutions) RETURN n; </nowiki>
</pre>
</div>


<p>[[/MATCH_Tutorial]]</p>
<p>[[/Relationships_Tutorial]]</p>
{{Acknowledgements}}
{{Acknowledgements}}

Latest revision as of 09:03, 29 November 2019

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

Click here for 3d graph visualisation

/MATCH_Tutorial

/Relationships_Tutorial

Acknowledgements

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

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