graph-explorer
graph-explorer copied to clipboard
[Project] Improve schema sync reliability
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