Nuo,

each request to the REST API is executed in its own (small) transaction.

Having said that, there is support for batching REST operations which then will 
also be executed in a single large  transaction. (See here: 
http://docs.neo4j.org/chunked/snapshot/rest-api-batch-ops.html).

Michael

Am 09.08.2011 um 01:27 schrieb Nuo Yan:

> I've skimmed through the online resources and it appears that there's no
> documentations/articles mentioning how to get transactions support with the
> REST API. I found an earlier mailing list message asking about this but
> didn't see an answer. Is it actually possible to do multiple operations in a
> transaction (for example, create node, add to index, and create
> relationship) through the REST API? Or do I have to use the embedded db
> approach?
> 
> Thanks,
> Nuo
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to