From f9d6afbf846fd686038a9752413a75db2ba41217 Mon Sep 17 00:00:00 2001 From: Mia Steinkirch Date: Sun, 27 Oct 2019 15:20:05 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=9D=20=20Clean=20up=20list=20of=20reso?= =?UTF-8?q?urces?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b3878d6..478078f 100644 --- a/README.md +++ b/README.md @@ -14,25 +14,27 @@ Three conceptual steps are how most data pipelines are designed and structured: * **Load**: processed data is transported to a final destination. ---- - -## Learning References - -### Courses and Lists +## Tutorials * [Data science resources](https://github.com/davidyakobovitch/data_science_resources). * [Lorte data pipelining](https://github.com/instacart/lore). * [Incubator Airflow data pipelining](https://github.com/apache/incubator-airflow) -* [Udemy's Airflow for Beginners](https://www.udemy.com/airflow-basic-for-beginners/). * [Awesome Airflow Resources](https://github.com/jghoman/awesome-apache-airflow). * [Airflow in Kubernetes](https://github.com/rolanddb/airflow-on-kubernetes). * [Astronomer: Airflow as a Service](https://github.com/astronomer/astronomer). * [Data pipeline samples](https://github.com/aws-samples/data-pipeline-samples/tree/master/samples). -* [Awesome Scalability: a lot of articles and resources on the subject](https://github.com/binhnguyennus/awesome-scalability). +* [Awesome Scalability](https://github.com/binhnguyennus/awesome-scalability). + +## MOOCs + * [Coursera's Big Data Pipeline course](https://www.coursera.org/lecture/big-data-integration-processing/big-data-processing-pipelines-c4Wyd). +* [Udemy's Airflow for Beginners](https://www.udemy.com/airflow-basic-for-beginners/). + +## Talks + * [Industrial Machine Learning Talk](https://www.youtube.com/watch?v=3JYDT8lap5U). -#### Enterprise Solutions +## Enterprise Solutions * [Netflix data pipeline](https://medium.com/netflix-techblog/evolution-of-the-netflix-data-pipeline-da246ca36905). * [Netlix data videos](https://www.youtube.com/channel/UC00QATOrSH4K2uOljTnnaKw).