Skip to content

Instantly share code, notes, and snippets.

View brianmarkowitz's full-sized avatar

Brian M Markowitz brianmarkowitz

View GitHub Profile
@jexp
jexp / install-graphgist.sh
Last active October 22, 2021 01:08
How to deploy a Neo4j Graph-Gist locally to not expose any data
# How to run Neo4j GraphGists locally?
git clone https://github.com/neo4j-contrib/rabbithole
cd rabbithole
mvn clean test-compile
mvn exec:java&
sleep 20
# GraphGists only run in your browser, so in your asciidoc-file use the attribute at the top :neo4j-version: local