Giter Site home page Giter Site logo

music-stream-data-warehouse-aws's Introduction

Music Streaming Data Warehouse (S3 and Redshift)

For this project, we created a music streaming data warehouse and ETL pipeline using S3, Redshift, and Python. We began by using Python to extracting user listening and song metadata JSON files from S3 buckets so that it could be staged within Redshift. Once staged, we transformed the data so it may be stored in dimension tables for future analytics.


Schema

Redshift Schema


Files

  1. create_tables.py - Script drops any extraneous tables and adds new tables.
  2. etl.py - Script copies data to staging tables and inserts transformed data into dimension tables
  3. sql_queries.py - Script stores SQL queries for Redshift.

Instructions

  1. Create an AWS Redshift Cluster (dc2.large - 4 Nodes) and add the required login credentials to the dwh.cfg file.

  2. Type run create_tables.py in your terminal to drop any extraneous tables and to add new tables to the cluster.

  3. Type run etl.py in your terminal to copy the data from S3 into your staging tables which will then transform and insert the data into the dimension tables.

music-stream-data-warehouse-aws's People

Contributors

coltcarson avatar

Stargazers

tg-z avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.