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

[Project] Improve schema sync reliability #433

Open kmcginnes opened 3 weeks ago

kmcginnes commented 3 weeks ago

Schema synchronization is a prerequisite to all other operations within Graph Explorer. So if it fails, the app is unusable.

There are a number of cases where schema sync can fail. Most revolve around larger databases. Some of these issues can be avoided with batching or optimized queries.

Related Issues

Tasks