Skip to content

Commit caf38ae

Browse files
committed
adding youtube boot camp to handbook
1 parent 3ef5406 commit caf38ae

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ This repo has all the resources you need to become an amazing data engineer!
66

77
If you are new to data engineering, start by following this [2024 breaking into data engineering roadmap](https://blog.dataengineer.io/p/the-2024-breaking-into-data-engineering)
88

9+
If you are here for the [6-week free YouTube boot camp](https://youtu.be/myhe0LXpCeo) you can check out
10+
- [introduction](bootcamp/introduction.md)
11+
- [software needed](bootcamp/software.md)
12+
13+
914
For more applied learning:
1015
- Check out the [projects](projects.md) section for more hands-on examples!
1116
- Check out the [interviews](interviews.md) section for more advice on how to pass data engineering interviews!

bootcamp/introduction.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### The ultimate YouTube DE boot camp
2+
3+
This will be six weeks of curricula
4+
5+
- Dimensional Data Modeling
6+
- Fact Data Modeling
7+
- Data Quality (analytics)
8+
- Data Quality (infrastructure)
9+
- Data impact and visualization (analytics)
10+
- Data pipeline maintenance (infrastructure)
11+
- Applying Analytical Patterns (analytics)
12+
- Real-time Pipelines with Flink and Kafka (infrastructure)
13+
- KPIs and Experimentation (analytics)
14+
- Apache Spark fundamentals (infrastructure)

bootcamp/software.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### Needed Software
2+
3+
Make sure your computer can run
4+
5+
- Docker (install guide [here](https://docs.docker.com/engine/install/))
6+
- Python 3.11 (or higher)
7+
- DataGrip (install [here](https://www.jetbrains.com/datagrip/?source=google&medium=cpc&campaign=AMER_en_US-PST+MST_DataGrip_Branded&term=datagrip&content=555122603916&gad_source=1&gclid=Cj0KCQiArby5BhCDARIsAIJvjIQSdONu2c-uwbuTqb_XQoKW8GD2lYnXRDGmlzKQh15yglOHNipcFeoaAv0-EALw_wcB)) (or any other SQL editor)

0 commit comments

Comments
 (0)