Skip to content

dmkarthiksrini/Spotify_ETL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spotify_ETL

Data Engineering

Our Main idea is to create a Data Pipeline (Data Feed)

ETL Process - Extract Transform & Load

Download Data From Spotify and saves the Data in DB and how to schedule the program to run daily

Extract :

Data Extraction from different sources, popular ones are API & FTP

  • API is the one we will be looking into in this.
  • Data will be available in the following formats CSV, json objects, XML file and so on from the API. It might also be in either Compressed (ZIP) or Uncompressed

Free API are available.

Data from the Spotify will be in JSON format, it resembles to python dictionaries

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages