This commit is contained in:
parent
92c58dce57
commit
994d3829f7
1 changed files with 12 additions and 8 deletions
20
README.md
20
README.md
|
@ -1,11 +1,15 @@
|
||||||
# pacer2influxdb
|
# pacer2influxdb
|
||||||
|
|
||||||
export [Pacer](https://play.google.com/store/apps/details?id=cc.pacer.androidapp) data to [InfluxDB](https://www.influxdata.com/products/influxdb-overview/)
|
export [Pacer](https://play.google.com/store/apps/details?id=cc.pacer.androidapp)
|
||||||
|
data to [InfluxDB](https://www.influxdata.com/products/influxdb-overview/)
|
||||||
|
|
||||||
* requires Python 3, `influxdb-python` and `sqlite-python`
|
* requires 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](https://github.com/korjavin/sqlite2influxdb)
|
||||||
* sqlite database is `/data/data/cc.pacer.androidapp/databases/MDData.db` on an Android device, may need root privileges to get it
|
and [https://github.com/influxdata/influxdb-python](https://github.com/influxdata/influxdb-python)
|
||||||
* collects steps, distance, active time and calories
|
* sqlite database is `/data/data/cc.pacer.androidapp/databases/MDData.db` on an
|
||||||
* for now InfluxDB database needs to be created first
|
Android device, may need root privileges to get it
|
||||||
* incremental feed: just insert missing points
|
* collects steps, distance, active time and calories
|
||||||
* [Grafana](https://grafana.com/) dashboard export in json format is included, adjust datasource name
|
* for now InfluxDB database needs to be created first
|
||||||
|
* incremental feed: just insert missing points
|
||||||
|
* [Grafana](https://grafana.com/) dashboard export in json format is included,
|
||||||
|
adjust datasource name
|
||||||
|
|
Loading…
Reference in a new issue