InfluxDB
InfluxDB is a time series database designed to handle high write and query loads. Telegraf. Open source server agent to collect metrics from stacks, sensors and systems. InfluxDB Enterprise.
Turns any InfluxData instance into a production-ready cluster that can run anywhere.
Install
- Download InfluxDB from https://www.influxdata.com/get-influxdb/
Config by Custom.ini file
Run InfluxDB
- Create DB / Query DB by
influx.exe
influx
CREATE DATABASE telegraf
CREATE USER telegraf WITH PASSWORD 'telegraf123'
CREATE USER grafana WITH PASSWORD 'grafana123'
GRANT WRITE ON telegraf TO telegraf
GRANT READ ON telegraf TO grafana
- Run InfluxDB by
influxd.exe