From 43a955bb7cd55c0e8965f1721fc96041dc59b36e Mon Sep 17 00:00:00 2001 From: avidLearnerInProgress Date: Fri, 3 May 2019 23:54:56 +0530 Subject: [PATCH 1/2] Added 100-billion-analytics --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2d13a7..dbf7f7a 100644 --- a/README.md +++ b/README.md @@ -605,6 +605,7 @@ An organized reading list for illustrating the patterns behind scalable, reliabl * [Log Analysis Platform at LINE](https://www.slideshare.net/wyukawa/strata2017-sg) * [Data Visualisation Platform at Myntra](https://medium.com/myntra-engineering/universal-dashboarding-platform-udp-data-visualisation-platform-at-myntra-5f2522fcf72d) * [Building and Scaling Data Lineage at Netflix](https://medium.com/netflix-techblog/building-and-scaling-data-lineage-at-netflix-to-improve-data-infrastructure-reliability-and-1a52526a7977) + * [Give meaning to 100 billion analytics events a day](https://medium.com/teads-engineering/give-meaning-to-100-billion-analytics-events-a-day-d6ba09aa8f44) * [Distributed Machine Learning](https://www.csie.ntu.edu.tw/~cjlin/talks/bigdata-bilbao.pdf) * [Michelangelo: Machine Learning Platform at Uber](https://eng.uber.com/michelangelo/) * [Scaling Michelangelo](https://eng.uber.com/scaling-michelangelo/) From 99813f05841f92c39ab12f760b9c736bfe4d9fea Mon Sep 17 00:00:00 2001 From: avidLearnerInProgress Date: Sat, 18 May 2019 10:50:52 +0530 Subject: [PATCH 2/2] Added fast-inprocess-caching-at-Quora --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dbf7f7a..9573805 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ An organized reading list for illustrating the patterns behind scalable, reliabl * [Tradeoffs of Replicated Cache at Skyscanner](https://medium.com/@SkyscannerEng/the-tradeoffs-of-a-replicated-cache-b6680c722f58) * [Avoiding Cache Stampede at DoorDash](https://blog.doordash.com/avoiding-cache-stampede-at-doordash-55bbf596d94b) * [Location Caching with Quadtrees at Yext](http://engblog.yext.com/post/geolocation-caching) + * [Lightning fast in process caching with Pycache at Quora](https://engineering.quora.com/Pycache-lightning-fast-in-process-caching) * [HTTP Caching](https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching) * [Caching 404s Saved 66% On Server Time at The Onion](http://highscalability.com/blog/2010/3/26/strategy-caching-404s-saved-the-onion-66-on-server-time.html) * [Zynga Geo Proxy: Reducing Mobile Game Latency at Zynga](https://www.zynga.com/blogs/engineering/zynga-geo-proxy-reducing-mobile-game-latency) @@ -774,6 +775,7 @@ An organized reading list for illustrating the patterns behind scalable, reliabl * [Scaling Counting Infrastructure at Quora - Chun-Ho Hung and Nikhil Gar, SEs at Quora](https://www.infoq.com/presentations/quora-analytics) * [Scaling Git at Microsoft - Saeed Noursalehi, Principal Program Manager at Microsoft](https://www.youtube.com/watch?v=g_MPGU_m01s) * [Scaling Multitenant Architecture Across Multiple Data Centres at Shopify - Weingarten, Engineering Lead at Shopify](https://www.youtube.com/watch?v=F-f0-k46WVk) +* ## Book * [Big Data, Web Ops & DevOps Ebooks - O'Reilly (Online - Free)](http://www.oreilly.com/webops/free/)