Real-time analytics and monitoring platform for game servers.
- Setup Environment:
cp .env.example .env
- Run with Docker:
docker compose up --build
Statly uses a Go-based microservices architecture:
apps/ingestion: High-throughput API for telemetry data.apps/storage: Manages accounts, server profiles, and persistence.apps/analytics: Processes raw data into trends and insights.apps/frontend: Next.js dashboard for data visualization.shared/: Common Go libraries, middleware, and database wrappers.integrations/minecraft: Official plugin for Minecraft servers.
- Backend: Go (Gin), PostgreSQL, ClickHouse, Redis.
- Frontend: Next.js 14, Tailwind CSS, Shadcn/ui.
- Deployment: Docker, Docker Compose.