Re: Zenoh supporting IoTDB as Backend

2022-05-23 Thread Jialin Qiao
Hi, Rest is ready[1], it should work~ [1] https://iotdb.apache.org/UserGuide/Master/API/RestService.html Thanks, — Jialin Qiao Apache IoTDB PMC Lukas Ott 于2022年5月23日周一 13:16写道: > Hi Xiangdong, > > It combines the advantages of MQTT and DDS and currently has Influxdb or >

Re: Zenoh supporting IoTDB as Backend

2022-05-22 Thread Lukas Ott
Hi Xiangdong, It combines the advantages of MQTT and DDS and currently has Influxdb or InMemory backend. So technically it is a perfect fit for IoTDB to support Zenoh as it aims with Hight throughput and low footprint to support all kind of IoT usecases wether for ROS or standard IoT applications

Re: Zenoh supporting IoTDB as Backend

2022-05-22 Thread Xiangdong Huang
Hi Lukas, we can not simply modify https://github.com/eclipse-zenoh/zenoh-backend-influxdb using https://iotdb.apache.org/UserGuide/Master/API/InfluxDB-Protocol.html because it is Java only now. We may have to use iotdb-rust-client to implement the program. (we have no an official rust client