Skip to content

mgao0/helix

This branch is 399 commits behind apache/helix:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 14, 2023
Dec 15, 2022
Dec 15, 2022
Dec 15, 2022
Feb 8, 2023
Feb 2, 2023
Dec 15, 2022
Feb 8, 2023
Dec 15, 2022
Dec 15, 2022
Dec 15, 2022
Feb 2, 2023
Aug 4, 2020
Feb 2, 2023
Feb 8, 2023
May 22, 2019
Aug 19, 2021
Aug 19, 2021
Oct 27, 2022
Sep 4, 2020
Dec 15, 2022
Dec 15, 2022
Apr 23, 2022
Aug 4, 2020
Aug 4, 2020
Mar 16, 2015
Jan 5, 2023

Repository files navigation

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

About

Mirror of Apache Helix

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 76.8%
  • HTML 18.3%
  • TypeScript 1.4%
  • Python 1.3%
  • Shell 1.0%
  • JavaScript 0.8%
  • Other 0.4%