Projects
Three chained database projects: model the data, pipe real data into it, then tune it under load.
- 01Database ManagementNot started
Data Modeling: Visa-Sponsor Jobs
Normalize a flat, real-world jobs dataset into a 3NF MySQL schema and build analytical SQL on top.
MySQL3NF schema designERDWindow functionsCTEs - 02Database ManagementNot started
Data Engineering: Automated Ingestion Pipeline
Airflow-orchestrated ETL that lands raw data in MinIO, transforms it, and loads it into MySQL on a schedule.
AirflowETLMinIOData quality checks - 03Database ManagementNot started
DBA: Performance Tuning at Scale
Load the schema with millions of synthetic rows and run a full slow-query diagnosis and tuning case study.
EXPLAINIndexingBenchmarkingBackup/restore