Skip to content

Instantly share code, notes, and snippets.

@jexp
Forked from CliffordAnderson/test.adoc
Last active August 29, 2015 14:06
Show Gist options
  • Save jexp/83bdb36d55bbd5aa6433 to your computer and use it in GitHub Desktop.
Save jexp/83bdb36d55bbd5aa6433 to your computer and use it in GitHub Desktop.
CREATE (you:Person {name:"You"})-[like:LIKE]->(us:Database:NoSql:Graph {name:"Neo4j" }),
       (him:Person {name:"He"})-[l:LIKE]->(us)
RETURN you, like, us

And render as a graph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment