forked from DataTalksClub/data-engineering-zoomcamp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be68361
commit 8c45587
Showing
2 changed files
with
109 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
## Data ingestion with dlt | ||
|
||
In this hands-on workshop, we’ll learn how to build data ingestion pipelines. | ||
|
||
We’ll cover the following steps: | ||
|
||
* Extracting data from APIs, or files. | ||
* Normalizing and loading data | ||
* Incremental loading | ||
|
||
By the end of this workshop, you’ll be able to write data pipelines like a senior data engineer: Quickly, concisely, scalable, and self-maintaining. | ||
|
||
If you don't follow the course and only want to attend the workshop, sign up here: https://lu.ma/wupfy6dd | ||
|
||
|
||
## Homework | ||
|
||
TBA | ||
|
||
### Question 1 | ||
|
||
TBA | ||
|
||
* Option 1 | ||
* Option 2 | ||
* Option 3 | ||
* Option 4 | ||
|
||
|
||
### Question 2: | ||
|
||
TBA | ||
|
||
* Option 1 | ||
* Option 2 | ||
* Option 3 | ||
* Option 4 | ||
|
||
|
||
### Question 3: | ||
|
||
TBA | ||
|
||
* Option 1 | ||
* Option 2 | ||
* Option 3 | ||
* Option 4 | ||
|
||
|
||
## Submitting the solutions | ||
|
||
* Form for submitting: TBA | ||
* You can submit your homework multiple times. In this case, only the last submission will be used. | ||
|
||
Deadline: TBA | ||
|
||
|
||
## Solution | ||
|
||
Video: TBA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
## Stream processing with Rising Wave | ||
|
||
More details to come | ||
|
||
## Homework | ||
|
||
TBA | ||
|
||
### Question 1 | ||
|
||
TBA | ||
|
||
* Option 1 | ||
* Option 2 | ||
* Option 3 | ||
* Option 4 | ||
|
||
|
||
### Question 2: | ||
|
||
TBA | ||
|
||
* Option 1 | ||
* Option 2 | ||
* Option 3 | ||
* Option 4 | ||
|
||
|
||
### Question 3: | ||
|
||
TBA | ||
|
||
* Option 1 | ||
* Option 2 | ||
* Option 3 | ||
* Option 4 | ||
|
||
|
||
## Submitting the solutions | ||
|
||
* Form for submitting: TBA | ||
* You can submit your homework multiple times. In this case, only the last submission will be used. | ||
|
||
Deadline: TBA | ||
|
||
|
||
## Solution | ||
|
||
Video: TBA |