This repository is the work for my final project from the Udacity Data Engineering with AWS Nanodegree Program. In this project, I will build data pipeline on Amazon Redshift and Apache Airflow.
A music streaming company, Sparkify, has decided that it is time to introduce more automation and monitoring to their data warehouse ETL pipelines and come to the conclusion that the best tool to achieve this is Apache Airflow.
The source data resides in S3 and needs to be processed in Sparkify's data warehouse in Amazon Redshift. The source datasets consist of JSON logs that tell about user activity in the application and JSON metadata about the songs the users listen to.
These are libraries that is used in this project:
- airflow
- Connect Airflow and AWS
- Connect Airflow to AWS Redshift Serverless
The graph view follows the flow shown in the image below.
-
For this project, I'll be working with two datasets. Here are the s3 links for each:
- Log data:
s3://udacity-dend/log_data
- Song data:
s3://udacity-dend/song_data
- Log data:
-
The code is inspired by Udacity Data Engineering with AWS Nanodegree Program.
-
For the SQL queries in this project, it is based on my prior project sparkify-data-warehouse.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project.
- Create your Feature Branch (
git checkout -b feature/Feature
). - Commit your Changes (
git commit -m 'Add some feature'
). - Push to the Branch (
git push origin feature/Feature
). - Open a Pull Request.
- Huy Tran (dhuy237) - d.huy723@gmail.com