Compare commits
1 commit
84f9788be8
...
54c2948017
Author | SHA1 | Date | |
---|---|---|---|
54c2948017 |
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# pacer2influxdb
|
# pacer2influxdb
|
||||||
|
|
||||||
export Pacer data to InfluxDB
|
export [Pacer](https://play.google.com/store/apps/details?id=cc.pacer.androidapp) data to [InfluxDB](https://www.influxdata.com/products/influxdb-overview/)
|
||||||
|
|
||||||
* require Python 3, influxdb-python and sqlite-python
|
* require Python 3, `influxdb-python` and `sqlite-python`
|
||||||
* original code from https://github.com/korjavin/sqlite2influxdb and https://github.com/influxdata/influxdb-python
|
* original code from https://github.com/korjavin/sqlite2influxdb and https://github.com/influxdata/influxdb-python
|
||||||
* sqlite database is /data/data/cc.pacer.androidapp/databases/MDData.db on an Android device, may need root privileges to get it
|
* sqlite database is `/data/data/cc.pacer.androidapp/databases/MDData.db` on an Android device, may need root privileges to get it
|
||||||
* collects steps, distance, active time and calories
|
* collects steps, distance, active time and calories
|
||||||
* for now InfluxDB database needs to be created first
|
* for now InfluxDB database needs to be created first
|
||||||
* incremental feed: just insert missing points
|
* incremental feed: just insert missing points
|
||||||
* grafana dashboard export in json format is included, adjust datasource name
|
* [Grafana](https://grafana.com/) dashboard export in json format is included, adjust datasource name
|
||||||
|
|
Loading…
Reference in a new issue