From 8313e47b3d5264b9d21c90a49a8c63f99afc8d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Arias=20Segu=C3=AD?= Date: Tue, 6 Oct 2015 12:10:43 +0200 Subject: [PATCH] Added Airbnbn SmartStack. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb383ba..abdcd59 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Etcd](https://github.com/coreos/etcd) - Highly-available key-value store for shared configuration and service discovery. - [Eureka](https://github.com/Netflix/eureka/wiki/Eureka-at-a-glance) - REST based service that is primarily used in the AWS cloud for locating services for the purpose of load balancing and failover of middle-tier servers. - [SkyDNS](https://github.com/skynetservices/skydns) - Distributed service for announcement and discovery of services built on top of etcd. It utilizes DNS queries to discover available services. +- [SmartStack] (https://github.com/airbnb/smartstack-cookbook) - Airbnb's automated service discovery and registration framework. - [Spring Cloud Config](http://cloud.spring.io/spring-cloud-config/) - Provides server and client-side support for externalized configuration in a distributed system. - [ZooKeeper](https://zookeeper.apache.org/) - Open-source server which enables highly reliable distributed coordination.