Example Using InfluxDB: Difference between revisions

From lechacal
Jump to navigation Jump to search
(Created page with " 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== Install Influ...")
 
Line 2: Line 2:


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.
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.
UNDER CONSTRUCTION...


==Installation==
==Installation==
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].
==Prerequisites==
The RPICT series board must output as CSV for this work.

Revision as of 12:43, 20 March 2017


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.

UNDER CONSTRUCTION...

Installation

Install InfluxDB as recommended. This link provides compiled executables.

Github link is here.

Prerequisites

The RPICT series board must output as CSV for this work.