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)-[:SUPPORTS]->(YOU)-[:USE]->(Neo4j) Learn Online, Offline or Read a Book (in Deutsch) We're trading T-shirts for cool Graph Models 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 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.
