From 294d5d4c4d3a388899f99f9f02368aa0ad5468eb Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Mon, 26 Aug 2019 07:10:39 +0800 Subject: [PATCH] minor fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dfa680f..7bdb615 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,8 @@ An organized reading list for illustrating the patterns of scalable, reliable, a * [Scheduler at Nextdoor](https://engblog.nextdoor.com/we-don-t-run-cron-jobs-at-nextdoor-6f7f9cc62040) * [Peloton: Unified Resource Scheduler for Diverse Cluster Workloads at Uber](https://eng.uber.com/peloton/) * [Fenzo: OSS Scheduler for Apache Mesos Frameworks at Netflix](https://medium.com/netflix-techblog/fenzo-oss-scheduler-for-apache-mesos-frameworks-5c340e77e543) - * [Airflow - Workflow Management Platform at Airbnb](https://medium.com/airbnb-engineering/airflow-a-workflow-management-platform-46318b977fd8) + * [Airflow](https://airflow.apache.org/) + * [Airflow at Airbnb](https://medium.com/airbnb-engineering/airflow-a-workflow-management-platform-46318b977fd8) * [Airflow at Pandora](https://engineering.pandora.com/apache-airflow-at-pandora-1d7a844d68ee) * [Airflow at Robinhood](https://robinhood.engineering/why-robinhood-uses-airflow-aed13a9a90c8) * [Airflow at Lyft](https://eng.lyft.com/running-apache-airflow-at-lyft-6e53bb8fccff) @@ -208,8 +209,7 @@ An organized reading list for illustrating the patterns of scalable, reliable, a * [LogFeeder: Log Collection System at Yelp](https://engineeringblog.yelp.com/2018/03/introducing-logfeeder.html) * [Collection and Analysis of Daemon Logs at Badoo](https://badoo.com/techblog/blog/2016/06/06/collection-and-analysis-of-daemon-logs-at-badoo/) * [Distributed Monitoring and Alerting](https://www.oreilly.com/ideas/monitoring-distributed-systems) - * [Alibaba Monitoring System](https://www.usenix.org/conference/srecon18asia/presentation/xinchi) - * [Smart Monitoring System for Anomaly Detection on Business Trends at Alibaba](https://www.usenix.org/conference/srecon17asia/program/presentation/wang) + * [Monitoring System at Alibaba](https://www.usenix.org/conference/srecon18asia/presentation/xinchi) * [Real User Monitoring at Dailymotion](https://medium.com/dailymotion/real-user-monitoring-1948375f8be5) * [Alerting Ecosystem at Uber](https://eng.uber.com/observability-at-scale/) * [Alerting on Service-Level Objectives (SLOs) at SoundCloud](https://developers.soundcloud.com/blog/alerting-on-slos)