apache / streampipes

Apache StreamPipes - A self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore IoT data streams.
https://streampipes.apache.org
Apache License 2.0
566 stars 174 forks source link

feat: add property converter for IoTDB #2828

Closed bossenti closed 1 month ago

bossenti commented 1 month ago

Purpose

This PR introduces a property converter for the IoTDB, which extracts the required information from an event property to persist it in the IoTDB.

[!IMPORTANT]
The current implementation does not apply a special handling for dimension properties. We need to further discuss if and how we want to support this having IoTDB as time series backend

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no