image

TICK stack: Telegraf, InfluxDB, Chronograf, and Kapacitor.

The TICK stack stands for

image

TIG stack: Telegraf, InfluxDB, Grafana

image

image

Ref: https://www.influxdata.com/blog/infrastructure-monitoring-basics-telegraf-influxdb-grafana/

What Is InfluxDB?

InfluxDB is an open source time series database (TSDB). This includes APIs for storing and querying data, processing it in the background for ETL, monitoring and alerting purposes, user dashboards, visualizing and exploring the data, and more.

Time series databases differ from relational databases because they are designed to capture and query continuously updated metrics rather than structured relationships.

InfluxDB is an ideal choice for IoT applications due to the following benefits:

Telegraf

image

MQTT

MQTT (Message Queuing Telemetry Transport) is a lightweight publish/subscribe messaging protocol optimized for machine-to-machine (M2M) communication in IoT environments.

image