Hi, > 1. DB server must be able to work as standalone server > 2. DB server must provide transactions. > Can anybody guide me through these 2 things in Neo4j world?
1. Neo4j works as a standalone (or clustered) server which is accessible through the REST API. 2. Neo4j is ACID transactional with each HTTP request to the server being internally scoped in a single transaction. HTH, Jim _______________________________________________ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user