Skip to content

Instantly share code, notes, and snippets.

@peterneubauer
Forked from nawroth/GraphGist-intro.adoc
Created July 17, 2013 09:43
Show Gist options
  • Save peterneubauer/6019198 to your computer and use it in GitHub Desktop.
Save peterneubauer/6019198 to your computer and use it in GitHub Desktop.

Neo4j Graph Gist

Neo4j GraphGists are a way to share documents including Cypher queries. The queries can be executed in an online console. GraphGists can be used to share examples or ideas or outline a question you have.

You create a GraphGist by creating a GitHub Gist in AsciiDoc and enter the URL to it in the form on this page. The GraphGist is just as private as the GitHub Gist you created. To share a GraphGist, just share the URL the page gets after entering the Gist in the form.

For instructions, see:

This is what the result can look like:

A first simple query to just create a node:

CREATE (n{name:'first node'});
Note
This document is a GraphGist, use the Page Source button on top of the page to see the Gist behind it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment