Skip to content

apache/helix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e25ac5d · Apr 3, 2025
Sep 12, 2024
Feb 4, 2025
Feb 4, 2025
Feb 4, 2025
Apr 3, 2025
Jan 27, 2025
Feb 4, 2025
Feb 18, 2025
Feb 4, 2025
Feb 4, 2025
Feb 4, 2025
Feb 4, 2025
Feb 4, 2025
Apr 13, 2023
Feb 4, 2025
Feb 4, 2025
May 22, 2019
Aug 19, 2021
Aug 19, 2021
Oct 27, 2022
Sep 4, 2020
Nov 30, 2024
Jun 8, 2023
Jul 29, 2024
Apr 23, 2022
Aug 9, 2024
Aug 4, 2020
Mar 16, 2015
Feb 4, 2025

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"
  },