marklogic / marklogic-jena

Adapter for using MarkLogic with the Jena RDF Framework
Other
5 stars 11 forks source link

Add delete buffering to marklogic-jena #45

Closed grechaw closed 7 years ago

grechaw commented 8 years ago

marlogic-sesame implemented a more sophisticated approach to graph state, which I'm attempting to correct. Issue #29 takes care of one part, but I also need to implement a deletes buffer in order for the graph view to perform adequately.

grechaw commented 8 years ago

I've implemented this, and it seems to work. I'll review my code and clean it up today then make a PR for each branch.