AWS IoT Core now supports native InfluxDB routing for time-series data
AWS IoT Core provides a new InfluxDB rule action that routes time-series data from IoT devices directly to InfluxDB databases without custom device-side code or intermediate cloud services
AWS IoT Core now supports a new InfluxDB rule action that routes time-series data from IoT devices directly to InfluxDB databases. This action automatically converts time-series data from devices to InfluxDB's line protocol format and writes it to either an Amazon Timestream managed or a self-hosted InfluxDB cluster. It supports two batching modes-device-side batching, where devices send pre-batched payloads, and server-side batching, where the IoT rules engine aggregates messages before writing to InfluxDB. Users can connect their IoT devices to AWS IoT Core and define an InfluxDB rule action specifying the destination database along with authentication and batching parameters. This feature is available in all AWS Global Regions where Amazon Timestream for InfluxDB is offered
Why it matters
This update benefits developers and data engineers who need to collect and analyze time-series data from IoT devices. By supporting direct routing to InfluxDB, AWS IoT Core simplifies the construction of data pipelines