Mirror of Apache Helix

Clone this repo:
  1. 2fd4d63 Add document for mixed mode support by Junkai Xue · 4 days ago master
  2. a0efcfd Bump com.fasterxml.jackson.core:jackson-databind by dependabot[bot] · 4 weeks ago
  3. 0902505 Bump up jackson-databind by Junkai Xue · 6 weeks ago
  4. 6d548b6 Bump com.fasterxml.jackson.core:jackson-databind by dependabot[bot] · 6 weeks ago
  5. d936b08 Bump com.fasterxml.jackson.core:jackson-databind in /helix-core by dependabot[bot] · 6 weeks ago

Apache Helix

Helix CI Maven Central License codecov.io Flaky Tests Track

Helix Logo

Helix is part of the Apache Software Foundation.

Project page: http://helix.apache.org/

Mailing list: http://helix.apache.org/mail-lists.html

Build

mvn clean install -Dmaven.test.skip.exec=true

WHAT IS HELIX

Helix is a generic cluster management framework used for automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix provides the following features:

  1. Automatic assignment of resource/partition to nodes
  2. Node failure detection and recovery
  3. Dynamic addition of Resources
  4. Dynamic addition of nodes to the cluster
  5. Pluggable distributed state machine to manage the state of a resource via state transitions
  6. Automatic load balancing and throttling of transitions