Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 658 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 658 Bytes

ELT Automation with Airflow

The project uses the simple ELT approach to create a star schema data warehouse in Amazon Redshift. The data is extracted from the sample DVD rental database in 3rd Normal Form in Postgres RDS, and then loaded into temporary tables in Redshift. The data is transformed and loaded into the final star schema tables in a single step. Airflow is used to automate the ELT process.

DVD Rental Sample Database Diagram DVD Rental Star Schema Diagram