mirror of
https://github.com/TheTedLab/SpotiStats.git
synced 2026-04-26 08:05:55 +03:00
Spotify analytics and music data visualization service
|
|
||
|---|---|---|
| .github/workflows | ||
| src | ||
| tests | ||
| .gitignore | ||
| .pylintrc | ||
| loguru-config.yaml | ||
| prospector_profile.yaml | ||
| prospector_report.txt | ||
| pylint_report.txt | ||
| pytest.ini | ||
| README.md | ||
| requirements.txt | ||
Table of contents
Introduction
Spotify analytics and music data visualization service.
Contributors
Setup
Requires docker and docker-compose.
You can customize some parameters in src/.env file.
To start services:
cd src
sudo docker-compose up -d
Web-service will be available at port WEB_PORT (see .env).
To stop:
sudo docker-compose down