From d40cbbfc0b7ed6a91f4a64d1f28c37dbee33f781 Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Wed, 31 Jan 2018 10:08:26 +0800 Subject: [PATCH] Microservices Scale Cube --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50b8f1c..fce193d 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ A curated list of selected readings to illustrate Scalability, Availability, and * [Life Beyond Distributed Transactions](https://queue.acm.org/detail.cfm?id=3025012) * [Relying on Software to Redirect Traffic Reliably at Various Layers](https://www.usenix.org/conference/srecon15/program/presentation/taveira) * [Advantages and Drawbacks of Microservices](https://cloudacademy.com/blog/microservices-architecture-challenge-advantage-drawback/) +* [Microservices Scale Cube](http://microservices.io/articles/scalecube.html) * [Breaking Things on Purpose](https://www.usenix.org/conference/srecon17americas/program/presentation/andrus) * [Avoid Over Engineering](https://medium.com/@rdsubhas/10-modern-software-engineering-mistakes-bc67fbef4fc8) * [Scalability Worst Practices](https://www.infoq.com/articles/scalability-worst-practices)