Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Neo4j: How to setup failover in community edition

Tags:

neo4j

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?

  • like image 797
    Yatendra Avatar asked Jul 09 '14 06:07

    Yatendra


    People also ask

    What is the difference between Neo4j community and enterprise?

    Community Edition is licensed as open source under the GPLv3 and represents the majority of our investment as a company. Enterprise Edition adds advanced operations and security features. We also include a small number of additional advanced features for customers who contribute via their subscription.

    Why use a cluster for a Neo4j application?

    Most Neo4j applications use clustering to ensure high-availability. The scalability of the Neo4j database is used by applications that utilize multiple data centers.


    1 Answers

    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.

    like image 144
    Stefan Armbruster Avatar answered Nov 15 '22 19:11

    Stefan Armbruster