A SPARQL Update request can be several update operations and
RDFConnection has the design hooks but, yes, a transaction API would be
good to have.
It's JENA-700.
Andy
On 04/12/2018 09:37, Brad Stallion wrote:
Ciao ajs6f,my use case is exactly what you imagine: a set of read/write I'd
like to include in a transactional block.I know this is difficult over
REST/HTTP, but I asked just in case... ;-)
Probably I'll port part of my application to Java, in order to use Jena JAVA
API directly.Thanks a lot
Il lunedì 3 dicembre 2018, 18:51:36 CET, ajs6f <[email protected]> ha
scritto:
Each request you send to Fuseki is executed in its own transaction, but it's not possible to bundle up requests, if that's what you mean. That's generally difficult to do well for an operation-oriented API being exposed over HTTP.
You could provide some mechanism in front of Fuseki to gather, execute, and
potentially rollback requests.
Can you say a little more about your use case? That might help us give you
better advice.
ajs6f
On Dec 3, 2018, at 10:20 AM, Brad Stallion <[email protected]>
wrote:
Hi All,is it possible to work with transactions (commit/rollback) using Fuseki
(3.9.0) REST API?Thanks a lot