We now have multiple sensors for each device, and their data are uploaded together, such as temperature, humidity, pressure, etc. These data are uploaded every minute, and they are all in one piece of data. I wonder if we use Apache IoTDB to write data, we only need to build a template in IoTDB right? Also, is it appropriate to mount this template under the database node of IoTDB?
Asked
Active
Viewed 13 times
1 Answers
1
In your case, creating one template in Apache IoTDB is enough. The data sharing the same timestamp under each device, such as temperature, humidity, and pressure, can be set to aligned time series in IoTDB. Also, the template is recommended to mount under the database node of IoTDB.

Hunter King
- 73
- 4