graphgist-cms
graphgist-cms copied to clipboard
Idea: import to neo4j button
Add a "load to my local neo4j" button that does the following
(Idea similar to what http://graphgen.neoxygen.io does)
- open a form for browser URL, username, password
- grab the setup queries via jquery, split on
/;$/and send them to neo4j - optionally: add use-case queries in a folder (titled like the graphgist) of the neo4j sidebar (which is stored in local-storage, not sure if it is accessible)
Number 2. could also list potential use-case queries of the gist and have them executed as part of the browser UI creating the appropriate result panels.
:+1: