marklogic / marklogic-jena

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

Changes to write buffer, add delete buffer, upgrade dependencies #49

Closed grechaw closed 8 years ago

grechaw commented 8 years ago

This PR has a change to use SPARQL UPDATE for write buffering #48 It implements a buffer for deletes #45

29 is complete with this PR too.

A second PR for Jena 2 + Java 1.7 is also ready.

grechaw commented 8 years ago

Hi @xquery can you take a peek at this PR for sanity check?

xquery commented 8 years ago

generally +1, though now wondering how you set enhanced feature like marklogic perms on these triples ?

grechaw commented 8 years ago

Just what occurred to me last night. I had seen that you have a particular task to review this stuff.

grechaw commented 8 years ago

In design of marklogic-jena, permissions and content are handled in separate calls. Could be changed for the future, but for now that means changes to write buffer are not affected by permissions.

grechaw commented 8 years ago

@kkanthet I'd like to merge this PR. Any concerns about changes to write and delete buffers? I'll be adding threaded tests to estabilsh behavior here too.