From 08bf92b7bff0e40ca4b6355fd135197ec53e3766 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Thu, 22 Mar 2018 14:56:25 +0800 Subject: [PATCH] Caching Internal Service Calls at Yelp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f78020c..7998011 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ An updated and curated list of selected readings to illustrate High Scalability, * [Caching with Consistent Hashing and Cache Smearing at Etsy](https://codeascraft.com/2017/11/30/how-etsy-caches/) * [An Analysis of Facebook Photo Caching](https://code.facebook.com/posts/220956754772273/an-analysis-of-facebook-photo-caching/) * [Reduce Memcached Memory Usage by 50% at Trivago](http://tech.trivago.com/2017/12/19/how-trivago-reduced-memcached-memory-usage-by-50/) + * [Caching Internal Service Calls at Yelp](https://engineeringblog.yelp.com/2018/03/caching-internal-service-calls-at-yelp.html) * [Distributed Tracking and Tracing](https://www.oreilly.com/ideas/understanding-the-value-of-distributed-tracing) * [Tracking Service Infrastructure at Scale at Shopify](https://www.usenix.org/conference/srecon17americas/program/presentation/arthorne) * [Distributed Tracing with Pintrace at Pinterest](https://medium.com/@Pinterest_Engineering/distributed-tracing-at-pinterest-with-new-open-source-tools-a4f8a5562f6b)