|
I have a requirement for an RDF store that is accessible at multiple sites. It is possible that only read-only access is required at one of the sites. There are very few options for RDF store replication and even fewer that are Open Source. Can anybody recommend a way of accomplishing this? Does anybody have any experience of Triple Store replication? |
|
Why do you need to replicate? There are simpler alternatives.
|
|
A rather light replication protocol can be achieved using PubSubhubbub, a publication/subscription protocol : store B subscribe to the update feed of store B and gets RDF data which get merged in the local store. Some references : |


What kind of cross site replication needs do you have? i.e. why replicate instead of simply access one sparql endpoint at a single site via http and perhaps local caches? Full read write replication is complicated and you will need to consider which consitency guarantees you need.
We need to consider the possibility of one site being disconnected.