Skip to content

component influxdb2

Raymond Meester edited this page Mar 7, 2023 · 1 revision

This component allows you to interact with InfluxDB 2.x https://influxdata.com/time-series-platform/influxdb/ a time series database. The native body type for this component is Point (the native influxdb class), but it can also accept Map<String, Object> as message body and it will get converted to Point.class, please note that the map must contain an element with InfluxDbConstants.MEASUREMENT_NAME as key.

Camel Documentation

Clone this wiki locally