Skip to content

🚧[Constructing] A lightweight platform for metric collecting

Notifications You must be signed in to change notification settings

idoknow/TickStats

Repository files navigation

📈 TickStats

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! ❤️

Features

  • Lightweight - Docker image size < 20 MB

  • One RESTful API collect all your projects' datas!

    {
      "metrics_data": {
          "usage_cnt": 1,
          "os": "linux",
          "...", "..."
      }
    }

Demo

image

Development

  1. Start docker-compose stack
cd docker
docker compose -f docker-compose.middleware.yaml -p tickstats up -d
  1. Copy .env.example to .env
cp .env.example .env
  1. Start the application
make dev

About

🚧[Constructing] A lightweight platform for metric collecting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published