Spotify analytics and music data visualization service
Find a file
Fedor Mukhin 212e2b6f8c
Merge pull request #28 from TheTedLab/dev
Dev edition merge [Profiling]
2024-05-15 02:07:45 +03:00
.github/workflows Add unit tests automation 2024-03-29 21:14:56 +03:00
src Add memory profiling 2024-05-15 02:00:48 +03:00
tests Add logging to modules 2024-05-05 23:23:59 +03:00
.gitignore Merge branch 'dev' into aggregator 2023-11-26 00:37:42 +03:00
.pylintrc Static analysis errors fixes 2024-03-06 04:22:55 +03:00
loguru-config.yaml Add logging to modules 2024-05-05 23:23:59 +03:00
prospector_profile.yaml Prospector errors fixes 2024-03-06 06:13:25 +03:00
prospector_report.txt Prospector errors fixes 2024-03-06 06:13:25 +03:00
pylint_report.txt Static analysis errors fixes 2024-03-06 04:22:55 +03:00
pytest.ini Setup pytest for unit tests 2024-03-20 15:07:31 +03:00
README.md Add unit tests automation 2024-03-29 21:14:56 +03:00
requirements.txt Update requirements 2024-05-05 23:27:40 +03:00

spotistats_logo

unit tests workflow coverage status

Table of contents

Introduction

Spotify analytics and music data visualization service.

Contributors

  1. TheTedLab
  2. Puncheglaz
  3. Mephodio

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

Screenshots

interface