Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.12 KB

File metadata and controls

25 lines (15 loc) · 1.12 KB

Data Engineering Projects

Hands-on projects to reinforce core data engineering concepts from the SQL for Data Engineering course.

Projects

1_EDA/ - Exploratory Data Analysis

EDA Project Overview SQL-driven analysis of data engineer job market trends using advanced querying techniques.

Skills: Complex joins, aggregations, analytical functions, data quality validation

2_WH_Mart_Build/ - Data Pipeline - Data Warehouse & Mart

Data Pipeline Architecture End-to-end ETL pipeline transforming raw CSV files into a star schema data warehouse and analytical data marts.

Skills: Dimensional modeling, ETL pipeline development, data mart architecture, production practices

3_Flat_to_WH_Build/ - Flat to Warehouse Build

Bonus project — not covered in the course video

SQL-driven transformation of flat job posting data into a normalized star schema using DuckDB.

Skills: Data transformation, star schema design, ETL pipeline development, production practices