Microservices at BlaBlaCar

This commit is contained in:
Benny Nguyen 2018-02-09 17:45:28 +08:00
parent a08bed91e5
commit 5dfdce88bf

View File

@ -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)