From 9ea0f48ff3c15c4b5b954c4f6ce06b1753146211 Mon Sep 17 00:00:00 2001 From: Amir Arsalan Date: Sun, 4 Feb 2018 11:41:04 +0330 Subject: [PATCH] add 'A pattern language for microservices' --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45b633d..de75f1c 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ A curated list of selected readings to illustrate Scalability, Availability, and * [Lessons learned running Docker in production at Treehouse](https://medium.com/treehouse-engineering/lessons-learned-running-docker-in-production-5dce99ece770) * [Inside a SoundCloud Microservice](https://developers.soundcloud.com/blog/inside-a-soundcloud-microservice) * [Operate Kubernetes Reliably at Stripe](https://stripe.com/blog/operating-kubernetes) + * [Microservices Patterns](http://microservices.io/patterns/) * [Distributed Caching](https://www.wix.engineering/single-post/scaling-to-100m-to-cache-or-not-to-cache) * [Write-behind and Write-through](https://docs.oracle.com/cd/E15357_01/coh.360/e15723/cache_rtwtwbra.htm#COHDG5177) * [Eviction Policies](http://highscalability.com/blog/2016/1/25/design-of-a-modern-cache.html)