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

[Task] Defer node & edge total count query in the connections page #373

Open kmcginnes opened 1 month ago

kmcginnes commented 1 month ago

The node & edge total is not critical to the schema sync process. So we can treat this data with different priorities compared to the node types and attributes.

Related