From 578191531622545535f466390d73b49700cf30ac Mon Sep 17 00:00:00 2001
From: doertyDoerte! <stefan.staudenmeyer@csiweb.de>
Date: Mon, 4 May 2015 10:09:49 +0200
Subject: [PATCH] Add Service discovery -> etcd

[etcd](https://github.com/coreos/etcd) - distributed, consistent key value store for shared configuration and service discovery
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index f8d4606..eeb675d 100644
--- a/README.md
+++ b/README.md
@@ -465,6 +465,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
 
 * [Consul](http://www.consul.io/) - Consul is a tool for service discovery, monitoring and configuration.
 * [Doozerd](https://github.com/ha/doozerd) - Doozer is a highly-available, completely consistent store for small amounts of extremely important data.
+* [etcd](https://github.com/coreos/etcd) - distributed K/V-Store, authenticating via SSL PKI and a REST HTTP Api for shared configuration and service discovery.
 * [ZooKeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
 
 ## Software Containers