rdf-ext-archive / discussions

This repo is for discussions all over the rdf-ext project
3 stars 2 forks source link

stores with version control #24

Open elf-pavlik opened 8 years ago

elf-pavlik commented 8 years ago

https://www.w3.org/2011/rdf-wg/wiki/Graph_Terminology#Visual_Diagram temporary graph concepts

so far i've seen LDF servers implementing Memento https://github.com/LinkedDataFragments/Server.js/wiki/Configuring-Memento

ktk commented 8 years ago

Did you had a look at Stardogs implementation? http://docs.stardog.com/#_versioning

elf-pavlik commented 8 years ago

Thanks @ktk I'll take a look! Recently I used forkdb to store normalized documents in it, rather than store them in file system. I like that forkdb will always accepts and save new data, even if you have conflicts. It just creates fork and leaves it up to application to resolve those conflicts later, but it doesn't force you to do it before saving data in it.