From 309829b18072175c4f0e4e65c8332d8f9ed9603d Mon Sep 17 00:00:00 2001 From: Marc Date: Sun, 1 Oct 2017 22:20:27 +0200 Subject: [PATCH] Add Traffic Server, Toxiproxy and Semian --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 14debc9..b9eacb7 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Skipper](https://github.com/zalando/skipper) - HTTP router useful for decoupling routing from service logic. - [Tengine](http://tengine.taobao.org/) - A distribution of Nginx with some advanced features. - [Træfɪk](http://traefik.io/) - A modern HTTP reverse proxy and load balancer made to deploy microservices with ease. +- [Traffic Server](https://github.com/apache/trafficserver) - High-performance building block for cloud services. - [Tyk](https://tyk.io/) - Open source, fast and scalable API gateway, portal and API management platform. - [Vulcand](https://github.com/vulcand/vulcand) - Programmatic load balancer backed by Etcd. - [Zuul](https://github.com/Netflix/zuul) - An edge service that provides dynamic routing, monitoring, resiliency, security, and more. @@ -410,7 +411,9 @@ A curated list of Microservice Architecture related principles and technologies. - [Raft Consensus](http://raftconsensus.github.io/) - Consensus algorithm that is designed to be easy to understand. It's equivalent to Paxos in fault-tolerance and performance. - [Resilient HTTP](http://resilient-http.github.io/) - A smart HTTP client with super powers like fault tolerance, dynamic server discovery, auto balancing and reactive recovery, designed for distributed systems. - [Saboteur](https://github.com/tomakehurst/saboteur) - Causing deliberate network mayhem for better resilience. +- [Semian](https://github.com/Shopify/semian) - Resiliency toolkit for Ruby for failing fast. - [Simian Army](https://github.com/Netflix/SimianArmy) - Suite of tools for keeping your cloud operating in top form. Chaos Monkey, the first member, is a resiliency tool that helps ensure that your applications can tolerate random instance failures. +- [Toxiproxy](https://github.com/shopify/toxiproxy) - TCP proxy to simulate network and system conditions for chaos and resiliency testing. ### Security