Skip to content

Instantly share code, notes, and snippets.

@freeeve
Last active March 25, 2016 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freeeve/6ca4982c3586070b673d to your computer and use it in GitHub Desktop.
Save freeeve/6ca4982c3586070b673d to your computer and use it in GitHub Desktop.

My First GraphGist

Neo4j:

neo4j logo 2015
CREATE (p:Person {name:"I"})-[:LIKES]->(neo:Database {name:"Neo4j"})
RETURN *
MATCH (p:Person)
return p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment