Skip to content

Data pipeline that fetches recently played songs in the past 24 hours using Spotify API and saves the data in the SQLite database. Scheduled to run daily using Apache Airflow.

Notifications You must be signed in to change notification settings

nikolatechie/Spotify-Playlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spotify-Playlist

Covered the ETL process by using Python to create a data pipeline that daily downloads songs (used Apache Airflow) played in the past 24 hours (accessing to the playlist done by using Spotify API), transforms the data into appropriate format and saves the playlist in the SQLite database.
Useful for finding out things such as the most/least played song, favorite band, favorite genre etc.

About

Data pipeline that fetches recently played songs in the past 24 hours using Spotify API and saves the data in the SQLite database. Scheduled to run daily using Apache Airflow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages