Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quickstats/quickstats-django

Simple stats for my own use.
https://github.com/quickstats/quickstats-django

django grafana grafana-json-datasource python quantified-self

Last synced: 3 months ago
JSON representation

Simple stats for my own use.

Awesome Lists containing this project

README

        

# 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

- Simple stats tracker in the style of [numerous]
- Grafana support through [grafana-json-datasource]
- Support for Prometheus's [pushgateway]
- Support for different charts

- Basic
- Countdown
- Location

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

-
-
-

[grafana-json-datasource]: https://grafana.net/plugins/grafana-simple-json-datasource
[numerous]: https://www.youtube.com/watch?v=c0A9hEUnAOM
[pushgateway]: https://github.com/prometheus/pushgateway