Hi, In Gremlin [http://gremlin.tinkerpop.com], Neo4j transactions are handled automatically for every write to the graph. I'm now getting around to creating three new Neo4j Gremlin functions:
1. neo4j:start-tx() 2. neo4j:stop-tx(boolean) 3. neo4j:auto-tx(boolean) neo4j:stop-tx boolean argument is whether the transaction was a success or failure. The neo4j:auto-tx boolean is whether to use the auto transaction model or not. auto-tx boolean must be false for start-tx and stop-tx to work. Here is my question: Do you think its best to assume auto transactions (true) when someone opens a Neo4j graph or not? Thanks, Marko. http://markorodriguez.com http://tinkerpop.com _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

