Giter Club home page Giter Club logo

spotify_data_pipeline's Introduction

Spotify Data Pipeline

Spotify data pipeline uses the Spotify API to extract the top 50 global songs, transform it to be structured, and use the data to query desired results

Technologies Used

Python (Pandas) + Jupyter Notebook
Amazon CloudWatch
AWS Lambda
AWS S3
AWS Glue Crawler + Data Catalog
Amazon Athena

Process

Using the Spotify API, the data extraction and transformation code was written in Jupyter notebook.
The data extraction code was deployed onto AWS Lambda and CloudWatch trigger was added to run weekly. The extracted data is then stored onto a folder in an S3 bucket.
The data transformation code was also deployed onto a separate Lambda function, and a S3 trigger was added so that whenever new data is stored in the S3 bucket, the transformation function would run. The transformed data is then stored onto a separate folder in the same S3 bucket.
When the transformed data arrives, the Glue Crawler will parse through the files and store them in the Glue Data Catalog. From there, I used Athena to query the results.

spotify_data_pipeline's People

Contributors

briansjkim avatar

Watchers

 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.