From 061d2e95d7831f8190f0da6de8d28c15f9022c92 Mon Sep 17 00:00:00 2001 From: yimeng Date: Sat, 28 Jun 2014 02:42:31 +0800 Subject: [PATCH] add zookeeper etcd serf consul --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6381550..1224188 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,11 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Overcast](http://andrewchilds.github.io/overcast/) - Deploy VMs across different cloud providers, and run commands and scripts across any or all of them in parallel via SSH. * [Rundeck](http://rundeck.org/) - Simple orchestration tool. * [Salt](http://www.saltstack.com/) - It's written in Python. +* [serf](http://www.serfdom.io/) - Serf is a tool for cluster membership +* [consul](http://www.consul.io/) - It is a tool for discovering and configuring services in your infrastructure. +* [zookeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. +* [etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery +* [doozerd](https://github.com/ha/doozerd) - Doozer is a highly-available, completely consistent store for small amounts of extremely important data. ## Cloud Storage