thanks Michael.
On Wed, Mar 12, 2014 at 2:39 PM, Michael Hunger < [email protected]> wrote: > Yes, see: > http://docs.neo4j.org/chunked/stable/tutorials-java-embedded-setup.html#editions > > You would use this API > http://components.neo4j.org/neo4j-enterprise/2.0.0/apidocs/org/neo4j/graphdb/factory/HighlyAvailableGraphDatabaseFactory.html#newHighlyAvailableDatabaseBuilder(java.lang.String) > > and pass in your HA config e.g. read from a file (e.g. with > http://api.neo4j.org/2.0.0/org/neo4j/helpers/collection/MapUtil.html#load(java.io.File) > ) > or manually. > > > Cheers, > > Michael > > ---- > (michael > <http://twitter.com/mesirii>)-[:SUPPORTS]->(*YOU*)-[:USE]->(Neo4j<http://neo4j.org> > ) > Learn Online <http://neo4j.org/learn/online_course>, > Offline<http://www.neo4j.org/events> or > Read a Book <http://graphdatabases.com> (in Deutsch<http://bit.ly/das-buch> > ) > We're trading T-shirts for cool Graph Models <http://bit.ly/graphgist> > > > > > > > > Am 12.03.2014 um 09:40 schrieb Navrattan Yadav < > [email protected]>: > > hi i am using Neo4j 2.0. i use Java Api to create database ( node and > relation) GraphDatabaseFactory. > i want to cluster the db . is it possible ? > > i am not using any Neo4j server nor RestAPI. > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > > For more options, visit https://groups.google.com/d/optout. > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Neo4j" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/neo4j/FBzd7B1JyME/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- *Thanks and Regards* *Navrattan Yadav* -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
