Neo4J using REST best way to accomplish several transactions as one ACID transactions -
for using rest via .net best way accomplish several transactions 1 acid transactions? example:
transactions one:
- delete 1 node
- delete relationships deleted node
- delete nodes linked deleted node via relationship.
- delete deleted nodes indexes
if not possible rest can recommendations of alternatives in order achieve full acid compliance? java possible option accomplish above set of transactions one?
thanks
neo4j 2.0 adding remote transactions via rest, not stable yet. beyond that, there no transactional support via rest i'm aware of. best of knowledge, java api provides sort of transaction mechanism right give need.
Comments
Post a Comment