We are pleased to announce the 0.6.2 and 0.7.0 releases of the Apache Helix project!
Apache Helix is a generic cluster management framework built on top of Apache Zookeeper, that makes it easy to build partitioned, fault tolerant, and scalable distributed systems. Programming the behavior of a distributed systems especially in the presence of failures can be tricky and error prone. Helix relieves the system developers of this burden by allowing them to declare the behavior of their distributed system via Finite State Machine. In addition to the features provided by Zookeeper, it provides additional capabilities like transparent failover with minimal downtime, cluster expansion and high scalability. By using Helix, you will continue to enjoy the many benefits of Apache Zookeeper while making it easier for you to build your distributed system. 0.6.2-incubating is a new release with many bug fixes and stability improvements: http://helix.incubator.apache.org/site-releases/0.6.2-incubating-site/releasenotes/release-0.6.2-incubating.html 0.7.0-incubating is a beta release with a brand new high-level API: http://helix.incubator.apache.org/site-releases/0.7.0-incubating-site/releasenotes/release-0.7.0-incubating.html Here are some recipes for common patterns in distributed systems. Distributed lock manager: http://helix.incubator.apache.org/site-releases/0.7.0-incubating-site/recipes/lock_manager.html Message queue consumer group: http://helix.incubator.apache.org/site-releases/0.7.0-incubating-site/recipes/rabbitmq_consumer_group.html Replicated file store: http://helix.incubator.apache.org/site-releases/0.7.0-incubating-site/recipes/rsync_replicated_file_store.html Service discovery: http://helix.incubator.apache.org/site-releases/0.7.0-incubating-site/recipes/service_discovery.html Distributed task execution: http://helix.incubator.apache.org/site-releases/0.7.0-incubating-site/recipes/task_dag_execution.html You can find additional information at our website: http://helix.incubator.apache.org/ Try it and let us know what you think. We welcome your questions, suggestions and contributions to improve Helix. Contact us at http://helix.incubator.apache.org/mail-lists.html