Skip to content

Instantly share code, notes, and snippets.

@mojavelinux
Created July 21, 2014 23:56
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 mojavelinux/cd2decc9a420f071a011 to your computer and use it in GitHub Desktop.
Save mojavelinux/cd2decc9a420f071a011 to your computer and use it in GitHub Desktop.
Sample GraphGist

Sample GraphGist

CREATE (b:Beer {name:"Burton Baton"})
CREATE (b)<-[:DRINKER]-(u:User {screen_name:"mojavelinux"})
CREATE (b)<-[:STYLES]-(s:Style {name:"IPA"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment