Re: Looking for pedagogically useful data sets

Hi Michael,

On Fri, Mar 13, 2015 at 8:17 PM, Michael Brunnbauer <brunni@netestate.de>
wrote:

>
> Hello Kingsley,
>
> ...

> Thus, ACID has nothing to do with being Relational, in regards to
> > Database document construction and/or management.
>
> I want to do this:
>
>  BEGIN TRANSACTION
>  <SPARQL query>
>  <SPARQL update>
>  ...
>  COMMIT TRANSACTION
>
> If you know a triple store that can do this, I will concede that ACID has
> nothing to do with being "relational".
>

Allegro Graph:

http://franz.com/agraph/support/documentation/current/agraph-introduction.html#ai-acid
and
http://franz.com/agraph/support/documentation/current/lisp-reference.html#function.begin-transaction

or a python API if you don't read Common Lisp:

http://franz.com/agraph/support/documentation/current/python-tutorial/python-API.html#Transactions

For the rest of your message, I completely agree with you.

Cheers,
Alexandre Rademaker
http://arademaker.github.com

Received on Saturday, 14 March 2015 01:21:35 UTC