Skip to content

BinBotPlatform InfluxDB

Daemon Macklin edited this page Mar 4, 2020 · 3 revisions

This page will talk about the Influx

Influx is being used to store monitoring data uploaded via mqtt. Influx is a NoSQL database that is specifically for timeseries data.

Install with the commands:

sudo apt-get install influxdb
sudo apt-get install influxdb-client

Database

The database name is BinBotStats all measurement will be stored in individual measurements.

Creating a database can be done with the command:

create database databaseName

Measurements

A measurement is similar to a collection in Mongo or a table in SQL. New measurements will be creating automatically when data to that measurement is added.

List of Measurements
Measurement Name Description Fields
systemUsage Measurement to record system metrics. Ram%, Cpu%, Disk%

Clone this wiki locally