Skip to content

Instantly share code, notes, and snippets.

@dav009
Last active August 29, 2015 14:18
Show Gist options
  • Save dav009/ef487e28fa868528fa53 to your computer and use it in GitHub Desktop.
Save dav009/ef487e28fa868528fa53 to your computer and use it in GitHub Desktop.
//setup
[source,cypher]
----
CREATE (miyamoto { name:'Shigeru Miyamoto', age:40, games: ['Zelda', 'Mario']})-[r1:CREATED]->(zelda { name:'Zelda 64', description:'RPG' })<-[r2:APPEARS]-(link { name:'Link', age:0 })
----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment