graph-explorer icon indicating copy to clipboard operation
graph-explorer copied to clipboard

[Project] Improve schema sync reliability

Open kmcginnes opened this issue 8 months ago • 0 comments

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

  • Addresses #225
  • Addresses #408
  • Addresses #400
  • Addresses #410

Tasks

  • [x] Setup local RDF database (BlazeGraph)
  • [x] Setup large Neptune database
  • [ ] #479
  • [x] #481
  • [ ] #482
  • [x] #483
  • [x] #484

kmcginnes avatar Jun 11 '24 22:06 kmcginnes