[Neo4j] Neo4j HA and Spring Data Graph 1.1

2011-11-17 Thread kv8
We have an Spring Data Graph implementation that is currently working great with the embedded neo4j database. We want to try out the HA setup and my understanding is you can run HA in embedded mode. Assuming you have the HA configuration setup, would configuring the graphDatabaseService bean to

Re: [Neo4j] Neo4j HA and Spring Data Graph 1.1

2011-11-17 Thread Michael Hunger
Hi Karthik, You have to do the normal Neo4j HA setup (http://docs.neo4j.org/chunked/snapshot/ha.html). * add the additional dependencies to your project org.neo4j:neo4j-ha:1.5 * running 3 coordinators (either download neo4j-enterprise and use start-coordinator or start the zookeeper instances