A GraphGist is a publicly accessible web page written in AsciiDoc that includes a Neo4j console, commands and output.
-
The page is edited on GitHub and can be viewed from any web browser
-
AsciiDoc is a plain-text writing format similar to R Markdown (quick reference, writer’s guide)
-
The Neo4j commands typically create and query a graph database, which is hosted on a Neo4j server
This page starts with instructions to create your own GraphGist in the Setup section and demonstrates basic AsciiDoc and Neo4j commands in the Sample commands section. These instructions assume that you have already logged into your GitHub account, which you can do in another browser window.