GitHub user qiaojialin added a comment to the discussion: Support IoTDB as Time 
Series Storage

Hi, IoTDB's tree schema is Complete equivalence to InfluxDB's tag schema. Here 
is an example

<img width="1722" alt="image" 
src="https://github.com/apache/streampipes/assets/7240743/157ff8e6-33b8-4408-b51d-75fac84fc7e6";>

Here are some concept correspondence:

Database (InfluxDB) = Database (IoTDB)
Measurment (InfluxDB) = Internal node under database (IoTDB)
Tags (InfluxDB) = Other internal nodes (IoTDB)
Fields (InfluxDB) = Leaf nodes (IoTDB)
Measurement + Tags (series in InfluxDB) = All internal nodes under database 
(device in IoTDB)

Adding new schema (Tag3 in the example) will create new series in InfluxDB, 
also IoTDB will create new devices (root.m1.A2.B2.C1, root.m1.A2.B3.C2). 

Adding new timeseries also do not affect old timeseries, we can still access 
data by its path in IoTDB.


GitHub link: 
https://github.com/apache/streampipes/discussions/2857#discussioncomment-9492146

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to