'How to insert the data to the Apache IoTDB in the Raspberry Pie?

I have deployed the Apache IoTDB in the Raspberry Pie which also collect the temperature data by ds18b20.Now I want to insert the data collected to the Apache IoTDB in real time.I don't know how to do it. Apache IoTDB version: 0.13 If someone knows it, please let me know.



Solution 1:[1]

You can refer to the application programming interface of the official website. Writing a client program to write the data of Raspberry Pie into the Apache IoTDB. https://iotdb.apache.org/zh/UserGuide/V0.13.x/API/Programming-Java-Native-API.html https://github.com/apache/iotdb/blob/master/example/session/src/main/java/org/apache/iotdb/SessionExample.java

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Genna Rotelli