Skip to content

Instantly share code, notes, and snippets.

@andycamp
Created January 29, 2014 13:29
Show Gist options
  • Select an option

  • Save andycamp/8687966 to your computer and use it in GitHub Desktop.

Select an option

Save andycamp/8687966 to your computer and use it in GitHub Desktop.
Calendar Graph Cypher
start c =node(14417) create unique (c)-[:year]->(y { year: 2014 })-[:month]->(m { month: 1})-[:day]->(d { day: 30 }) return c,y,m,d;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment