# helix **Repository Path**: apache/helix ## Basic Information - **Project Name**: helix - **Description**: Helix 是一个通用的集群管理框架,用于自动化的分区、复制和资源分布,提供如下特性:   自动将资源和分区分配给节点 节点故障检测与恢复 动态添加资源 动态向集群添加节点 可插拔 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/apache-helix - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 1 - **Created**: 2020-06-19 - **Last Updated**: 2026-09-08 ## Categories & Tags **Categories**: distributed-service **Tags**: None ## README # Apache Helix [![Helix CI](https://github.com/apache/helix/actions/workflows/Helix-CI.yml/badge.svg)](https://github.com/apache/helix/actions/workflows/Helix-CI.yml) [![Maven Central](https://img.shields.io/maven-central/v/org.apache.helix/helix)](https://helix.apache.org) [![License](https://img.shields.io/github/license/apache/helix)](http://www.apache.org/licenses/LICENSE-2.0.txt) [![codecov.io](https://codecov.io/github/apache/helix/coverage.svg?branch=master)](https://codecov.io/github/apache/helix?branch=master) [![Flaky Tests Track](https://img.shields.io/github/issues/apache/helix/FailedTestTracking?label=Flaky%20Tests)](https://github.com/apache/helix/issues?q=is%3Aissue+is%3Aopen+label%3AFailedTestTracking) ![Helix Logo](https://helix.apache.org/images/helix-logo.jpg) Helix is part of the Apache Software Foundation. Project page: http://helix.apache.org/ Mailing list: http://helix.apache.org/mail-lists.html ### Build ```bash 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 ## Helix Gateway Service (2.0) Helix 2.0 adds the [Helix Gateway Service](website/2.0.1/src/site/markdown/tutorial_gateway.md), which lets an application join a Helix-managed cluster over gRPC without embedding the Helix library or opening its own ZooKeeper connection. The embedded participant model from 1.x is unchanged and remains fully supported. ![Helix 1.x embedded participants compared with the Helix 2.0 Gateway service](website/2.0.1/src/site/resources/images/gateway/gateway-topology-comparison.png)