Example Using InfluxDB: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
==Installation== | ==Installation== | ||
===Server side hosting InfluxDB=== | |||
Install InfluxDB as recommended. [https://portal.influxdata.com/downloads#influxdb This link] provides compiled executables. | Install InfluxDB as recommended. [https://portal.influxdata.com/downloads#influxdb This link] provides compiled executables. | ||
Github link is [https://github.com/influxdata/influxdb here]. | Github link is [https://github.com/influxdata/influxdb here]. | ||
===Raspberrypi side=== | |||
Install the python biding to influxdb. Available from [https://github.com/influxdata/influxdb-python github here]. | |||
==Prerequisites== | ==Prerequisites== | ||
The RPICT series board must output as CSV for this work. | The RPICT series board must output as CSV for this work. |
Revision as of 13:00, 22 March 2017
UNDER CONSTRUCTION...
This is a basic example to forward data to an InfluxDB database. Note this will only cover a skeleton to start building your own application.
Installation
Server side hosting InfluxDB
Install InfluxDB as recommended. This link provides compiled executables.
Github link is here.
Raspberrypi side
Install the python biding to influxdb. Available from github here.
Prerequisites
The RPICT series board must output as CSV for this work.