SteveYurongSu commented on a change in pull request #4090:
URL: https://github.com/apache/iotdb/pull/4090#discussion_r728583451



##########
File path: docs/zh/UserGuide/API/InfluxDB-Protocol.md
##########
@@ -33,3 +33,144 @@ InfluxDB influxDB = InfluxDBFactory.connect(openurl, 
username, password);
 InfluxDB influxDB = IoTDBInfluxDBFactory.connect(openurl, username, password);
 ```
 
+## 2.方案设计
+
+### 2.1 InfluxDB-Protocol适配器
+
+该适配器的实现为一个继承了InfluxDB基类的子类, 
这个子类实现了InfluxDB的所有接口,并没有改变InfluxDB原有的操作函数,最终以IoTDB的协议在IoTDB数据库中写入和读取。

Review comment:
       ```suggestion
   该适配器以 IoTDB Java Session 接口为底层基础,实现了 InfluxDB 的 Java 接口 `interface 
InfluxDB`,对用户提供了所有 InfluxDB 的接口方法,最终用户可以无感知地使用 InfluxDB 协议向 IoTDB 发起写入和读取请求。
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to