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
 
(12 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 the roles of Hades rather than Apollo
 
  <p class='strong'>Show Hades instead of Apollo<p>
 
  <pre class="def"><nowiki>MATCH(n:God{name:'Apollo'}) RETURN n.roles;</nowiki>
 
</pre>
 
<pre class="ans"><nowiki>MATCH(n:God{name:'Hades'}) RETURN n.roles; </nowiki>
 
</pre>
 
</div>
 
  
 +
<p>[[/MATCH_Tutorial]]</p>
 +
<p>[[/Relationships_Tutorial]]</p>
 
{{Acknowledgements}}
 
{{Acknowledgements}}

Latest revision as of 10: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