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

[Feature Request] Improve data load performance targeting 20% (2024 Roadmap item) #301

Open AndreaNassisi opened 4 months ago

AndreaNassisi commented 4 months ago

Community Note

Is your feature request related to a problem? Please describe. Graph Explorer customers asked to improve the performance of loading and visualizing graph data.

Describe the solution you'd like The Graph Explorer performance is affected by the computing resources of the graph database, the Graph Explorer host instance, and the client used for the browser that runs the Graph Explorer. The network between the three tiers also influences the performance. For this enhancement, we will focus on optimizing the data loading performance, targeting a 20% of improvement.