Last active
August 29, 2015 14:00
-
-
Save peterneubauer/11400039 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| == Welcome! Create and share your own online graph here. | |
| :neo4j-version: 2.0.0 | |
| :author: Peter Neubauer | |
| :twitter: @neterneubauer | |
| :tags: domain:example | |
| Neo4j Graph Gists are a way to share documents including Cypher queries. Without installing any local software, you can prototype your idea with full database functionality here, in your browser. Consider the following: | |
| [source,cypher] | |
| ---- | |
| CREATE (n:Person{name:'You'})-[:CREATE]->(m:Data{name:'Graphs'}) | |
| RETURN n, m; | |
| ---- | |
| //table | |
| //graph | |
| == How do I create my own Graph Gist? | |
| . Press the green button at the top, and clone the Gist behind this document edit it. Or, fork one of the examples on the https://github.com/neo4j-contrib/graphgist/wiki[GraphGist Collection] | |
| . Come back here, and paste the URL to your adapted gist into the textfield in the upper right corner | |
| . Rinse, repeat and share the URL. | |
| + | |
| ++++ | |
| <iframe src="//player.vimeo.com/video/74279113" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> <p><a href="http://vimeo.com/74279113">How to create a Neoj4 GraphGist</a> by <a href="http://vimeo.com/user1375223">Peter Neubauer</a>.</p> | |
| ++++ | |
| NOTE: This document is a GraphGist, use the Page Source button on top of the page to see the document behind it. | |
| == Examples | |
| * link:https://github.com/neo4j-contrib/graphgist/wiki[The GraphGist Collection] | |
| * link:./?5956880[Create nodes and relationships] | |
| * link:./?github-neo4j-contrib%2Fgists%2F%2Fmeta%2FSimple.adoc[A simple GraphGist] | |
| * link:./?github-neo4j-contrib%2Fgists%2F%2Fmeta%2FHowTo.adoc[How to create a GraphGist] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment