http-server: support synchronization scheme
ships opened this issue · 0 comments
ships commented
Feature Request
Packages to improve:
- http-server
Description
The GET /synchronization*?from=9999&limit=9999&session=ff000000*
endpoint.
Implement it according to the RFC.
Only needed to implement it for SPARQL.
Use case
Part of #148 . See RFC for design rationale.
Proposed solution
Investigate good SPARQL queries for handling this.
This requires some kind of writeable storage so that the sync-head can be incremented. This session storage could be sent to another SPARQL graph or stored in a separate datastore (yikes!). Let's assume for now it is a SPARQL graph like graph=synchronization
.