This is an automated email from the ASF dual-hosted git repository.
hzlu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 50c372a Add Helix logo and status badges to README (#1276)
50c372a is described below
commit 50c372a62e476059dacea1f67e973f64a8e937cb
Author: Huizhi Lu <[email protected]>
AuthorDate: Thu Aug 20 17:18:09 2020 -0700
Add Helix logo and status badges to README (#1276)
Add Helix logo and build status badges to README
---
README.md | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 3120d69..95a8646 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,14 @@ specific language governing permissions and limitations
under the License.
-->
-Apache Helix
----------------
+# Apache Helix
+
+[](https://github.com/apache/helix/actions?query=workflow%3Abuild)
+[](https://helix.apache.org)
+[](http://www.apache.org/licenses/LICENSE-2.0.txt)
+
+
+
Helix is part of the Apache Software Foundation.
Project page: http://helix.apache.org/
@@ -27,11 +33,12 @@ Mailing list: http://helix.apache.org/mail-lists.html
### Build
-mvn clean install package -DskipTests
+```bash
+mvn clean install -Dmaven.test.skip=true
+```
+## WHAT IS HELIX
-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
@@ -40,6 +47,3 @@ Helix is a generic cluster management framework used for
automatic management of
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
-
------
-