This project uses ETL (Extract, Transform, and Load) pipeline to extract data from Spotify using its API and loads the data to a data source(AWS Athena). The entire pipeline will be built using Amazon Web Services (AWS).
The API contains information about music, artists, albums, and songs. Spotify API
pip install pandas
pip install numpy
pip install spotipy