Actions

Space Race: Difference between revisions

From NoSQLZoo

No edit summary
No edit summary
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:


== 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 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