From 364d0a872364ef11512fbbbb5dff5bbb52a807f9 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Fri, 14 Aug 2020 10:54:45 +0800 Subject: [PATCH] Domain-Oriented Microservice Architecture at Uber --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 942f688..c68668f 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ An updated and organized reading list for illustrating the patterns of scalable, ## Scalability * [Microservices and Orchestration](https://martinfowler.com/microservices/) + * [Domain-Oriented Microservice Architecture at Uber](https://eng.uber.com/microservice-architecture/) * [Container (8 parts) at Riot Games](https://engineering.riotgames.com/news/thinking-inside-container) * [Containerization at Pinterest](https://medium.com/@Pinterest_Engineering/containerization-at-pinterest-92295347f2f3) * [Evolution of Container Usage at Netflix](https://medium.com/netflix-techblog/the-evolution-of-container-usage-at-netflix-3abfc096781b)