Welcome to my personal notes for the Data Engineer Handbook Bootcamp.
This repository is my learning journal, containing summaries, key concepts, and lab solutions for the 6-week bootcamp. It complements my forked Data Engineer Handbook repo.
data-engineer-notes/
├── README.md
├── resources.md
├── assets/
├── images/
├── week00/
│ ├── summary.md
│ ├── key-concepts.md
│ ├── lab-notes.md
│ └── lab00/
│ ├── solution.ipynb
│ └── ... # Artifacts from bootcamp materials
├── week01/
│ └── (similar structure)
├── ...
└── week06/
└── (similar structure)
Each week contains:
- Summary: Key takeaways from the week
- Key Concepts: Detailed explanations and examples of core ideas
- Lab Notes: Observations, detailed notes, and troubleshooting during labs
- Labs: Solutions for each lab
- Original Handbook: DataExpert-io/data-engineer-handbook
- My Fork: pizofreude/data-engineer-handbook
- Week 0: Database setup and Boot Camp Kickoff
- Week 1: Introduction to Data Engineering
- Week 2: SQL and Data Modeling
- Week 3: Data Pipelines and ETL
- Week 4: Data Warehousing
- Week 5: Distributed Systems
- Week 6: Advanced Topics