An open API service indexing awesome lists of open source software.

https://github.com/fabioba/sparkify-data-pipeline

This project is the final project of the the Data Pipeline - Udacity module.
https://github.com/fabioba/sparkify-data-pipeline

airflow aws docker-compose

Last synced: 2 months ago
JSON representation

This project is the final project of the the Data Pipeline - Udacity module.

Awesome Lists containing this project

README

          

# SPARKIFY-DATA-PIPELINE

## Business Context
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.

## Prerequisites
* Connect Airflow and AWS
* Connect Airflow to the AWS Redshift Cluster

## Source Data
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.
* Log data: s3://udacity-dend/log_data
* Song data: s3://udacity-dend/song_data

## Workflow
![image](docs/images/dag.png)