From 5dfdce88bff112bdc3af2100208850c15f664e0d Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Fri, 9 Feb 2018 17:45:28 +0800 Subject: [PATCH] Microservices at BlaBlaCar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e15015c..f1309bb 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ A curated list of selected readings to illustrate Scalability, Availability, and * [Organize Monolith Before Breaking it into Services at Weebly](https://medium.com/weebly-engineering/how-to-organize-your-monolith-before-breaking-it-into-services-69cbdb9248b0) * [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) + * [Microservices at BlaBlaCar](http://blablatech.com/blog/micro-service-at-blablacar) * [Operate Kubernetes Reliably at Stripe](https://stripe.com/blog/operating-kubernetes) * [Agrarian-Scale Kubernetes (3 part series) at New York Times](https://open.nytimes.com/agrarian-scale-kubernetes-part-3-ee459887ed7e) * [Distributed Caching](https://www.wix.engineering/single-post/scaling-to-100m-to-cache-or-not-to-cache)