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
305 stars 46 forks source link

[Project] Avoid loading information prematurely #369

Open kmcginnes opened 2 months ago

kmcginnes commented 2 months ago

Many of the queries in Graph Explorer attempt to gather more information than they need at that moment.

For example:

Tasks