React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Is your feature request related to a problem? Please describe.
This new feature addresses:
a user wanting to bookmark the current Graph Explorer visualization as URL.
a user wanting to share the current Graph Explorer visualization with another user by sharing an URL.
the option of opening the Graph Explorer from a Neptune query result in the Jupyter Notebook.
the option of opening the Graph Explorer from an application.
Describe the solution you'd like
a. The user captures the URL from the browser address bar.
b. The URL includes multiple settings the Graph Explorer needs to visualize a graph, including:
a reference to a saved database connection
[TBD] the underline query used to retrieve the data visualized or the static list if the nodes and edges ids
the navigation settings as the user opened neighbour edges and nodes
the visualization settings of nodes moved in a different location by the user
[TBD] the zoom visualization settings as pan and scale, or box
Community Note
Is your feature request related to a problem? Please describe. This new feature addresses:
Describe the solution you'd like a. The user captures the URL from the browser address bar. b. The URL includes multiple settings the Graph Explorer needs to visualize a graph, including: