Skip to content

giustogianni/spotify-wrapped

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Wrapped

Stream history wrapped. Play it ▶️

Quick start

Start the services

docker compose --env-file env up --build -d

Load data to Postgres

docker exec -ti loader bash
python load_stream_data.py

Query database

docker exec -ti warehouse bash
psql -U <user> -d <dbname> -c 'select * from spotify.stream limit 10'

Stop the application

docker compose --env-file env down

About

Stream history wrapped. Play it ▶️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages