From 97eb9efd46ac7fa9bb86d2952d2a9d1e269728c6 Mon Sep 17 00:00:00 2001 From: binhnguyennus Date: Mon, 17 Jun 2024 15:01:34 +0800 Subject: [PATCH] Add and update the section of Airflow --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 284af8f..da6fecf 100644 --- a/README.md +++ b/README.md @@ -195,15 +195,16 @@ An updated and organized reading list for illustrating the patterns of scalable, * [Fenzo: OSS Scheduler for Apache Mesos Frameworks at Netflix](https://medium.com/netflix-techblog/fenzo-oss-scheduler-for-apache-mesos-frameworks-5c340e77e543) * [Airflow - Workflow Orchestration](https://airflow.apache.org/) * [Airflow at Airbnb](https://medium.com/airbnb-engineering/airflow-a-workflow-management-platform-46318b977fd8) + * [Airflow at Adyen](https://www.adyen.com/knowledge-hub/apache-airflow-at-adyen) * [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 Robinhood](https://medium.com/robinhood-engineering/why-robinhood-uses-airflow-aed13a9a90c8) * [Airflow at Lyft](https://eng.lyft.com/running-apache-airflow-at-lyft-6e53bb8fccff) * [Airflow at Drivy](https://drivy.engineering/airflow-architecture/) * [Airflow at Grab](https://engineering.grab.com/experimentation-platform-data-pipeline) * [Airflow at Adobe](https://medium.com/adobetech/adobe-experience-platform-orchestration-service-with-apache-airflow-952203723c0b) * [Auditing Airflow Job Runs at Walmart](https://medium.com/walmartlabs/auditing-airflow-batch-jobs-73b45100045) * [MaaT: DAG-based Distributed Task Scheduler at Alibaba](https://hackernoon.com/meet-maat-alibabas-dag-based-distributed-task-scheduler-7c9cf0c83438) - * [boundary-layer: Declarative Airflow Workflows at Etsy](https://codeascraft.com/2018/11/14/boundary-layer%e2%80%89-declarative-airflow-workflows/) + * [boundary-layer: Declarative Airflow Workflows at Etsy](https://www.etsy.com/codeascraft/boundary-layer-declarative-airflow-workflows) * [Distributed Monitoring and Alerting](https://www.oreilly.com/ideas/monitoring-distributed-systems) * [Unicorn: Remediation System at eBay](https://www.ebayinc.com/stories/blogs/tech/unicorn-rheos-remediation-center/) * [M3: Metrics and Monitoring Platform at Uber](https://eng.uber.com/optimizing-m3/)