Neo4j: How to setup failover in community edition

neo4j

Solution

HA, failover and clustering are only available in Neo4j's enterprise edition. For detailed documentation please refer to http://docs.neo4j.org/chunked/stable/ha.html

Neo4j enterprise edition is licensed open source via AGPL or via commercial licensing provided by Neo Technology. The commercial licenses come with support as well. Since I'm working for Neo Technology please reach out to me directly in case you want to know more about the commercial side.

Problem

How to set up the following in neo4j community edition version 2.x - failover - master-slave setup - cluster Is HA (high availability) is different from cluster setup in neo4j?

Original source