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: 7 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T19:00:32.000Z (3 months ago)
- Last Synced: 2024-08-20T21:08:35.842Z (3 months ago)
- Topics: api, data-analytics, data-engineering, data-modeling, database, etl, oauth2, python, spotify-api
- Language: Python
- Homepage:
- Size: 215 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.