From 83bf473626acf331008d765dd1cabdc3d3206a5d Mon Sep 17 00:00:00 2001 From: adrianbr Date: Wed, 7 Feb 2024 10:37:50 +0100 Subject: [PATCH] add workshop links (#941) --- .../blog/2024-02-06-practice-api-sources.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/website/blog/2024-02-06-practice-api-sources.md b/docs/website/blog/2024-02-06-practice-api-sources.md index dc027c0547..4e78fc48e4 100644 --- a/docs/website/blog/2024-02-06-practice-api-sources.md +++ b/docs/website/blog/2024-02-06-practice-api-sources.md @@ -21,6 +21,23 @@ If you are considering doing a data engineering project, consider the following: This article outlines 10 APIs, detailing their use cases, any free tier limitations, and authentication needs. + +## Material teaching data loading with dlt: + +### Data talks club data engineering zoomcamp +* [Video](https://www.youtube.com/watch?v=oLXhBM7nf2Q) +* [Course step by step](https://github.com/DataTalksClub/data-engineering-zoomcamp/blob/main/cohorts/2024/workshops/dlt_resources/data_ingestion_workshop.md) +* [Colab notebook](https://colab.research.google.com/drive/1kLyD3AL-tYf_HqCXYnA3ZLwHGpzbLmoj#scrollTo=5aPjk0O3S_Ag&forceEdit=true&sandboxMode=true) + +### Data talks club open source spotlight +* [Video](https://www.youtube.com/watch?v=eMbhyOECpcE) +* [Notebook](https://github.com/dlt-hub/dlt_demos/blob/main/spotlight_demo.ipynb) + +### Docs +* [Getting started](https://dlthub.com/docs/getting-started) +* [Advanced pipeline tutorial](https://dlthub.com/docs/build-a-pipeline-tutorial) + + ## APIs Overview ### 1. **PokeAPI** @@ -99,4 +116,4 @@ Here are some examples from dlt users and working students: - Demos with [Dagster](https://dagster.io/blog/dagster-dlt) and [Prefect](https://www.prefect.io/blog/building-resilient-data-pipelines-in-minutes-with-dlt-prefect). ## Showcase your project -If you want your project to be featured, let us know in the [#sharing-and-contributing channel of our community Slack](https://dlthub.com/community). \ No newline at end of file +If you want your project to be featured, let us know in the [#sharing-and-contributing channel of our community Slack](https://dlthub.com/community).