Skip to content

Instantly share code, notes, and snippets.

@CliffordAnderson
Last active August 29, 2015 14:06
Show Gist options
  • Save CliffordAnderson/f6e31f402f3458524089 to your computer and use it in GitHub Desktop.
Save CliffordAnderson/f6e31f402f3458524089 to your computer and use it in GitHub Desktop.
Graph Gist
CREATE (you:Person {name:"You"})-[like:LIKE]->(us:Database:NoSql:Graph {name:"Neo4j" }),
       (him:Person {name:"He"})-[l:LIKE]->(u:Database:NoSql:Graph {name:"Neo4j" })
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