Mirror of Apache Helix

Clone this repo:
  1. 9e25ab5 Replace the HELIX_ENABLED config with InstanceOperation while maintaining backwards compatibility with old APIs (#2772) by Zachary Pinto · 23 hours ago master
  2. f12e63e Bump tar from 6.1.11 to 6.2.1 in /helix-front (#2789) by dependabot[bot] · 2 weeks ago
  3. c480eac [apache/helix] -- Issue during onboarding resources without instances (#2782) by Himanshu Kandwal · 4 weeks ago
  4. e606cbe Bump express from 4.18.2 to 4.19.2 in /helix-front (#2786) by dependabot[bot] · 4 weeks ago
  5. 2249977 [apache/helix] -- Enable JDK-8 Build alsong with JDK-11 (#2775) by Himanshu Kandwal · 4 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

Dependencies

Helix UI has been tested to run well on these versions of node and yarn:

  "engines": {
    "node": "~14.17.5",
    "yarn": "^1.22.18"
  },