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:

  1. delete 1 node
  2. delete relationships deleted node
  3. delete nodes linked deleted node via relationship.
  4. 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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -