如何将数据插入树莓派中的Apache IoTDB?

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

我已经在 Raspberry Pie 中部署了 Apache IoTDB,它还通过 ds18b20.Now 收集温度数据 我想将收集到的数据真实地插入到 Apache IoTDB time.I 不知道如何去做吧。 Apache IoTDB 版本:0.13 如果有人知道,请告诉我。

您可以参考官网的应用程序编程接口。编写客户端程序,将树莓派的数据写入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