Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
c5b17d19
T
TDengine
项目概览
taosdata
/
TDengine
大约 1 年 前同步成功
通知
1184
Star
22015
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
c5b17d19
编写于
9月 13, 2022
作者:
sangshuduo
提交者:
GitHub
9月 13, 2022
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
docs: update csharp connector status (#16787)
* docs: update csharp connector status * docs: fix csharp ws bulk pulling
上级
601b2e34
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
34 addition
and
36 deletion
+34
-36
docs/en/14-reference/03-connector/index.mdx
docs/en/14-reference/03-connector/index.mdx
+17
-18
docs/zh/08-connector/index.md
docs/zh/08-connector/index.md
+17
-18
未找到文件。
docs/en/14-reference/03-connector/index.mdx
浏览文件 @
c5b17d19
...
...
@@ -39,14 +39,14 @@ Comparing the connector support for TDengine functional features as follows.
### Using the native interface (taosc)
| **Functional Features**
| **Java** | **Python** | **Go** | **C#** | **Node.js** | **Rust**
|
| --------------
| -------- | ---------- | ------ | ------ | ----------- |
-------- |
| **Connection Management**
| Support | Support | Support | Support | Support | Support
|
| **Regular Query**
| Support | Support | Support | Support | Support | Support
|
| **Parameter Binding**
| Support | Support | Support | Support | Support | Support
|
| **
TMQ ** | Support | Support | Support | Support | Support | Support
|
| **Schemaless**
| Support | Support | Support | Support | Support | Support
|
| **DataFrame**
| Not Supported | Support
| Not Supported | Not Supported | Not Supported | Not Supported |
| **Functional Features**
| **Java** | **Python** | **Go** | **C#** | **Node.js** | **Rust**
|
| --------------
--------------- | ------------- | ---------- | ------------- | ------------- | ------------- | -----
-------- |
| **Connection Management**
| Support | Support | Support | Support | Support | Support
|
| **Regular Query**
| Support | Support | Support | Support | Support | Support
|
| **Parameter Binding**
| Support | Support | Support | Support | Support | Support
|
| **
Subscription (TMQ)** | Support | Support | Support | Support | Support | Support
|
| **Schemaless**
| Support | Support | Support | Support | Support | Support
|
| **DataFrame**
| Not Supported | Support
| Not Supported | Not Supported | Not Supported | Not Supported |
:::info
The different database framework specifications for various programming languages do not mean that all C/C++ interfaces need a wrapper.
...
...
@@ -54,16 +54,15 @@ The different database framework specifications for various programming language
### Use HTTP Interfaces (REST or WebSocket)
| **Functional Features** | **Java** | **Python** | **Go** | **C# (not supported yet)** | **Node.js** | **Rust** |
| ------------------------------ | -------- | ---------- | -------- | ------------------ | ----------- | -------- |
| **Connection Management** | Support | Support | Support | N/A | Support | Support |
| **Regular Query** | Support | Support | Support | N/A | Support | Support |
| **Continous Query ** | Support | Support | Support | N/A | Support | Support |
| **Parameter Binding** | Not supported | Not supported | Not supported | N/A | Not supported | Support |
| ** TMQ ** | Not supported | Not supported | Not supported | N/A | Not supported | Support |
| **Schemaless** | Not supported | Not supported | Not supported | N/A | Not supported | Not supported |
| **Bulk Pulling (based on WebSocket) **| Support | Support | Not Supported | N/A | Not Supported | Supported |
| **DataFrame** | Not supported | Support | Not supported | N/A | Not supported | Not supported |
| **Functional Features** | **Java** | **Python** | **Go** | **C#** | **Node.js** | **Rust** |
| -------------------------------------- | ------------- | --------------- | ------------- | ------------- | ------------- | ------------- |
| **Connection Management** | Support | Support | Support | Support | Support | Support |
| **Regular Query** | Support | Support | Support | Support | Support | Support |
| **Parameter Binding** | Not supported | Not supported | Not supported | Support | Not supported | Support |
| **Subscription (TMQ) ** | Not supported | Not supported | Not supported | Not supported | Not supported | Support |
| **Schemaless** | Not supported | Not supported | Not supported | Not supported | Not supported | Not supported |
| **Bulk Pulling (based on WebSocket) ** | Support | Support | Not Supported | support | Not Supported | Supported |
| **DataFrame** | Not supported | Support | Not supported | Not supported | Not supported | Not supported |
:::warning
...
...
docs/zh/08-connector/index.md
浏览文件 @
c5b17d19
...
...
@@ -41,14 +41,14 @@ TDengine 版本更新往往会增加新的功能特性,列表中的连接器
### 使用原生接口(taosc)
|
**功能特性**
|
**Java**
|
**Python**
|
**Go**
|
**C#**
|
**Node.js**
|
**Rust**
|
| -------------- | -------- | ---------- | ------ | ------ | ----------- | -------- |
|
**连接管理**
| 支持 | 支持 | 支持 | 支持 | 支持 | 支持 |
|
**普通查询**
| 支持 | 支持 | 支持 | 支持 | 支持 | 支持 |
|
**参数绑定**
| 支持 | 支持 | 支持 | 支持 | 支持 | 支持 |
|
**
TMQ **
| 支持 | 支持 | 支持 | 支持 | 支持 | 支持 |
|
**Schemaless**
| 支持 | 支持 | 支持 | 支持 | 支持 | 支持 |
|
**DataFrame**
| 不支持 | 支持 | 不支持 | 不支持 | 不支持 | 不支持 |
|
**功能特性**
|
**Java**
|
**Python**
|
**Go**
|
**C#**
|
**Node.js**
|
**Rust**
|
| --------------
-----
| -------- | ---------- | ------ | ------ | ----------- | -------- |
|
**连接管理**
| 支持 | 支持 | 支持 | 支持 | 支持 | 支持 |
|
**普通查询**
| 支持 | 支持 | 支持 | 支持 | 支持 | 支持 |
|
**参数绑定**
| 支持 | 支持 | 支持 | 支持 | 支持 | 支持 |
|
**
数据订阅(TMQ)**
| 支持 | 支持 | 支持 | 支持 | 支持 | 支持 |
|
**Schemaless**
| 支持 | 支持 | 支持 | 支持 | 支持 | 支持 |
|
**DataFrame**
| 不支持 | 支持 | 不支持 | 不支持 | 不支持 | 不支持 |
:::info
由于不同编程语言数据库框架规范不同,并不意味着所有 C/C++ 接口都需要对应封装支持。
...
...
@@ -56,16 +56,15 @@ TDengine 版本更新往往会增加新的功能特性,列表中的连接器
### 使用 http (REST 或 WebSocket) 接口
|
**功能特性**
|
**Java**
|
**Python**
|
**Go**
|
**C#(暂不支持)**
|
**Node.js**
|
**Rust**
|
| ------------------------------ | -------- | ---------- | -------- | ------------------ | ----------- | -------- |
|
**连接管理**
| 支持 | 支持 | 支持 | N/A | 支持 | 支持 |
|
**普通查询**
| 支持 | 支持 | 支持 | N/A | 支持 | 支持 |
|
**连续查询**
| 支持 | 支持 | 支持 | N/A | 支持 | 支持 |
|
**参数绑定**
| 不支持 | 暂不支持 | 暂不支持 | N/A | 不支持 | 支持 |
|
** TMQ **
| 不支持 | 暂不支持 | 暂不支持 | N/A | 不支持 | 支持 |
|
**Schemaless**
| 暂不支持 | 暂不支持 | 暂不支持 | N/A | 不支持 | 暂不支持 |
|
**批量拉取(基于 WebSocket)**
| 支持 | 支持 | 暂不支持 | N/A | 不支持 | 支持 |
|
**DataFrame**
| 不支持 | 支持 | 不支持 | N/A | 不支持 | 不支持 |
|
**功能特性**
|
**Java**
|
**Python**
|
**Go**
|
**C# **
|
**Node.js**
|
**Rust**
|
| ------------------------------ | -------- | ---------- | -------- | -------- | ----------- | -------- |
|
**连接管理**
| 支持 | 支持 | 支持 | 支持 | 支持 | 支持 |
|
**普通查询**
| 支持 | 支持 | 支持 | 支持 | 支持 | 支持 |
|
**参数绑定**
| 暂不支持 | 暂不支持 | 暂不支持 | 支持 | 暂不支持 | 支持 |
|
**数据订阅(TMQ)**
| 暂不支持 | 暂不支持 | 暂不支持 | 暂不支持 | 暂不支持 | 支持 |
|
**Schemaless**
| 暂不支持 | 暂不支持 | 暂不支持 | 暂不支持 | 暂不支持 | 暂不支持 |
|
**批量拉取(基于 WebSocket)**
| 支持 | 支持 | 暂不支持 | 支持 | 暂不支持 | 支持 |
|
**DataFrame**
| 不支持 | 支持 | 不支持 | 不支持 | 不支持 | 不支持 |
:::warning
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录