Skip to content

pizofreude/data-engineer-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Engineer Bootcamp Notes

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.


Repository Structure

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)

Week Notes

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

Links


Learning Progress

  • 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

Releases

No releases published

Packages

No packages published