You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Andy Seaborne <an...@apache.org> on 2017/07/10 13:15:50 UTC

[ANN] Delta - synchronising copies of datasets

Delta is a system for recording and publishing changes to RDF Datasets.

It is built on top of the idea of logs like database journals:

* RDF Patch - a format for recording changes to an RDF Dataset
* RDF Patch Log - organise patches in to a log of changes

Website:
   https://afs.github.io/rdf-delta/

It can be used for building high-availability solutions with replicated 
data.  This is the motivating use case and is in-use as such.

There are still a few things to clean up (as ever).

     Andy