Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/quickstats/quickstats-django
- Owner: quickstats
- Created: 2015-07-07T09:53:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T03:24:55.000Z (over 1 year ago)
- Last Synced: 2024-08-08T00:44:12.204Z (6 months ago)
- Topics: django, grafana, grafana-json-datasource, python, quantified-self
- Language: Python
- Size: 503 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - quickstats/quickstats-django - Simple stats for my own use. (Python)
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
- LocationSupport | 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