Skip to content

turn/helix

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

Folders and files

NameName
Last commit message
Last commit date
Jan 31, 2018
Jan 31, 2018
Mar 8, 2018
Jan 31, 2018
Mar 8, 2018
Jan 31, 2018
Nov 7, 2017
Feb 2, 2018
Jun 25, 2014
Nov 7, 2017
Dec 13, 2012
Mar 14, 2014
Mar 14, 2014
Apr 30, 2013
Nov 7, 2017
Dec 16, 2012
Aug 22, 2013
Mar 16, 2015
Feb 28, 2018

Repository files navigation

Apache Helix

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 package -DskipTests

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

Packages

No packages published

Languages

  • Java 91.8%
  • Python 3.0%
  • Shell 2.3%
  • TypeScript 2.2%
  • HTML 0.6%
  • CSS 0.1%