Skip to content

InfluxDB - raw data

This service uses the standard Quix InfluxDB 3.0 connector. This connector enables the service to subscribe to messages on a Quix topic to be stored in InfluxDB.

InfluxDB raw data pipeline segment

In this pipeline the connector subscribes to the json-downsampled-3d-printer-data topic, and writes these messages into InfluxDB for permanent storage.

Query the data in InfluxDB

Log into your InfluxDB account. Go to the data explorer, select the Measurement Data, and then construct a query to examine the data being stored in your database. For example:

InfluxDB - Data

Explore the table of data to ensure you are familiar with the data stored.

🏃‍♀️ Next step

Part 7 - InfluxDB alerts service