invana / invana-studio

Open source graph visualiser.
Apache License 2.0
174 stars 20 forks source link

Import graph data from a remote gremlin file. #41

Closed rrmerugu closed 3 years ago

rrmerugu commented 4 years ago

https://graph-explorer.herokuapp.com/explorer?import-data=http://raw.github.com/invanalabs/graph-explorer/example-file.gremlin

Requirement: Check if the import-data url param ends with .gremlin. If no to .gremlin extension, ignore If Yes to .gremlin extension, ask "If you want to import data from xyz source". If no from user to import, remove the import-data param from URL, to avoid any accidental re-import request. If yes from user to import, read the file, make a query to the backend, remove the import-data param from URL. Show successfully imported data

rrmerugu commented 4 years ago

Removing from alpha release to optimise build more for read-only use-cases, without introducing any security issues with write features.

github-actions[bot] commented 3 years ago

Knock Knock! Anyone here! This issue might need attention.