From 7e892155b45becc91f23699ccd7a004a433b8c30 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Fri, 1 Apr 2022 16:05:41 +0800 Subject: [PATCH] Platform for Serving Recommendations at Etsy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 891b6f5..7d27da1 100644 --- a/README.md +++ b/README.md @@ -721,6 +721,7 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Machine Learning Platform at Uber](https://eng.uber.com/michelangelo/) * [Machine Learning Platform at Etsy](https://codeascraft.com/2021/12/21/redesigning-etsys-machine-learning-platform/) * [Machine Learning Platform at Yelp](https://engineeringblog.yelp.com/2020/07/ML-platform-overview.html) + * [Platform for Serving Recommendations at Etsy](https://www.etsy.com/sg-en/codeascraft/building-a-platform-for-serving-recommendations-at-etsy) * [Aroma: Using ML for Code Recommendation at Facebook](https://code.fb.com/developer-tools/aroma/) * [Flyte: Cloud Native Machine Learning and Data Processing Platform at Lyft](https://eng.lyft.com/introducing-flyte-cloud-native-machine-learning-and-data-processing-platform-fb2bb3046a59) * [LyftLearn: ML Model Training Infrastructure built on Kubernetes at Lyft](https://eng.lyft.com/lyftlearn-ml-model-training-infrastructure-built-on-kubernetes-aef8218842bb)