From f615d00674b03ebb0ede8536083c48f0703240dc Mon Sep 17 00:00:00 2001 From: Benjamin Dos Santos Date: Wed, 25 Jun 2014 20:08:03 +0200 Subject: [PATCH] Add ZooKeeper to service discover section. ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f874799..4965061 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ ## Service discovery * [Consul](http://www.consul.io/) - Consul is a tool for service discovery, monitoring and configuration. +* [ZooKeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. ## Cloud Storage