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
332 stars 49 forks source link

[Roadmap] Embeddable Component #695

Open kmcginnes opened 1 week ago

kmcginnes commented 1 week ago

We envision the ability to embed graph visualization into other web apps.

Potential Scope

Related Issues

Disclaimer

This is a high level roadmap item. The details of the implementation and the described scope could change as the project evolves.

AndreaNassisi commented 2 days ago

Few questions for the community:

  1. Should this component include the ability to query the Neptune database? or just visualize the result of a Neptune query?
  2. Should we also explore the option of a pure Javascript library instead of a React component?