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

https://github.com/ismahenelarbi/data_engineering_beginner

Creating a data pipeline to extract data from spotify and save the songs listened to everyday into a local sqlite db.
https://github.com/ismahenelarbi/data_engineering_beginner

airflow airflow-dags api data-engineering etl json pipeline python spotify-api spotify-playlist sqlalchemy-python sqlite3

Last synced: 7 months ago
JSON representation

Creating a data pipeline to extract data from spotify and save the songs listened to everyday into a local sqlite db.

Awesome Lists containing this project

README

          

# data_engineering_beginner
Creating a data pipeline to extract **data** unsing the **spotify api** and save the songs listened to everyday into a local **sqlite db**. Then used airflow to automate the process.
I achieved this project by following Karolina's [data engineering for beginners' course.](https://github.com/karolina-sowinska/free-data-engineering-course-for-beginners) I highly recommend you check her [Youtube channel.](https://www.youtube.com/channel/UCAxnMry1lETl47xQWABvH7g)