项目作者: apache

项目描述 :
Mirror of Apache Helix
高级语言: Java
项目地址: git://github.com/apache/helix.git
创建时间: 2014-01-13T08:00:06Z
项目社区:https://github.com/apache/helix

开源协议:Apache License 2.0

下载


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

  1. 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:

  1. "engines": {
  2. "node": "~14.17.5",
  3. "yarn": "^1.22.18"
  4. },