aws / graph-explorer

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.
https://github.com/aws/graph-explorer
Apache License 2.0
319 stars 47 forks source link

[Feature Request] From an URL open the Graph Explorer showing a graph (2024 Roadmap item) #298

Open AndreaNassisi opened 6 months ago

AndreaNassisi commented 6 months ago

Community Note

Is your feature request related to a problem? Please describe. This new feature addresses:

  1. a user wanting to bookmark the current Graph Explorer visualization as URL.
  2. a user wanting to share the current Graph Explorer visualization with another user by sharing an URL.
  3. the option of opening the Graph Explorer from a Neptune query result in the Jupyter Notebook.
  4. 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:

  1. a reference to a saved database connection
  2. [TBD] the underline query used to retrieve the data visualized or the static list if the nodes and edges ids
  3. the navigation settings as the user opened neighbour edges and nodes
  4. the visualization settings of nodes moved in a different location by the user
  5. [TBD] the zoom visualization settings as pan and scale, or box
qwaider commented 4 months ago

A user want to share a reference url to a node/edge within a result graph