Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdspot2034/rhyme-and-reason
Spotify API >> ETL >> Dashboard
https://github.com/sdspot2034/rhyme-and-reason
api data-analytics data-engineering data-modeling database etl oauth2 python spotify-api
Last synced: 18 days ago
JSON representation
Spotify API >> ETL >> Dashboard
- Host: GitHub
- URL: https://github.com/sdspot2034/rhyme-and-reason
- Owner: sdspot2034
- Created: 2024-02-13T18:57:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T12:57:50.000Z (3 months ago)
- Last Synced: 2024-11-10T17:16:44.370Z (3 months ago)
- Topics: api, data-analytics, data-engineering, data-modeling, database, etl, oauth2, python, spotify-api
- Language: Python
- Homepage:
- Size: 226 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rhyme-and-reason
Spotify Wrapped before the year wraps up!
## Limitations
1. Only last 50 song plays can be fetched by the API.
Alternatives:
- Schedule the ingestion pipeline multiple times a day.
- Paginate the ingestion process to loop until all songs fetched.