From fe53c6d61cad5b14c082345202452a80b5303822 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Tue, 19 Nov 2019 05:47:56 +0800 Subject: [PATCH] Business Continuity & Disaster Recovery at Walmart --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fcc7d4c..04b66da 100644 --- a/README.md +++ b/README.md @@ -478,6 +478,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Failover with Redis Sentinel at Vinted](http://engineering.vinted.com/2015/09/03/failover-with-redis-sentinel/) * [High-availability SaaS Infrastructure at FreeAgent](http://engineering.freeagent.com/2017/02/06/ha-infrastructure-without-breaking-the-bank/) * [MySQL High Availability at GitHub](https://github.blog/2018-06-20-mysql-high-availability-at-github/) + * [Business Continuity & Disaster Recovery at Walmart](https://medium.com/walmartlabs/business-continuity-disaster-recovery-in-the-microservices-world-ef2adca363df) * [Load Balancing](https://blog.vivekpanyam.com/scaling-a-web-service-load-balancing/) * [Introduction to Modern Network Load Balancing and Proxying](https://blog.envoyproxy.io/introduction-to-modern-network-load-balancing-and-proxying-a57f6ff80236) * [Top Five (Load Balancing) Scalability Patterns](https://www.f5.com/company/blog/top-five-scalability-patterns)