| <!--- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
| # Apache Helix |
| |
| [](https://github.com/apache/helix/actions/workflows/Helix-CI.yml) |
| [](https://helix.apache.org) |
| [](http://www.apache.org/licenses/LICENSE-2.0.txt) |
| [](https://codecov.io/github/apache/helix?branch=master) |
| [](https://github.com/apache/helix/issues?q=is%3Aissue+is%3Aopen+label%3AFailedTestTracking) |
| |
|  |
| |
| 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 |
| |
| ## Dependencies |
| |
| Helix UI has been tested to run well on these versions of node and yarn: |
| |
| ```json |
| "engines": { |
| "node": "~14.17.5", |
| "yarn": "^1.22.18" |
| }, |
| ``` |