One-stop & lightweight solution for metric collecting and analytics.
Tip
This project is under construction and improvement. Do not use it in production environment and please wait for the first release! ❤️
-
Lightweight - Docker image size < 20 MB
-
One RESTful API collect all your projects' datas!
{ "metrics_data": { "usage_cnt": 1, "os": "linux", "...", "..." } }
- Start docker-compose stack
cd docker
docker compose -f docker-compose.middleware.yaml -p tickstats up -d
- Copy .env.example to .env
cp .env.example .env
- Start the application
make dev