Skip to content

quickstats/quickstats-django

Repository files navigation

Standalone personal stats server

A simple stats server to provide a personal stats dashboard created as a personal replacement for numerous which was shutdown.

Goals

Support Input Output
Prometheus pushgateway X
Grafana grafana-json-datasource

Local Development

virtualenv --python python3 simplestats
pip install -e .[standalone]
simplestats migrate
simplestats createsuperuser
simplestats runserver

Using with Grafana

Using the grafana-json-datasource plugin you can connect to the /stats/grafana endpoint and generate graphs from the underlying data

Clients