Sanjay
Sanjay

Reputation: 8975

Neo4J multi-document transactions for standalone server

I am considering Neo4J for some project. I recall reading somewhere that multi-document ACID transactions are only supported for embedded database, but not for the standalone one. Searching at the Neo4J site, I could not find any info about this. Some more information about this, or some pointers could help. Thank you.

Upvotes: 0

Views: 49

Answers (1)

Michael Hunger
Michael Hunger

Reputation: 41706

Neo4j itself supports now transactions over the wire with 2.0

See: http://docs.neo4j.org/chunked/milestone/rest-api-transactional.html

Spring Data Neo4j does not yet and it will take a while until we get there, as it means to rewrite the core to use cypher throughout which it doesn't do now.

Upvotes: 1

Related Questions