graphgist-cms icon indicating copy to clipboard operation
graphgist-cms copied to clipboard

Idea: import to neo4j button

Open jexp opened this issue 10 years ago • 1 comments

Add a "load to my local neo4j" button that does the following

(Idea similar to what http://graphgen.neoxygen.io does)

  1. open a form for browser URL, username, password
  2. grab the setup queries via jquery, split on /;$/ and send them to neo4j
  3. 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.

jexp avatar Jan 30 '15 09:01 jexp

:+1:

ikwattro avatar Feb 01 '15 18:02 ikwattro