This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new de657833a6b List updates supported by data sources and jdbc (#717)
de657833a6b is described below

commit de657833a6bb3880a786f4070139bb5fb3b66351
Author: ahaoyao <[email protected]>
AuthorDate: Thu Jul 13 10:51:26 2023 +0800

    List updates supported by data sources and jdbc (#717)
    
    * List updates supported by data sources and jdbc
    
    * fix pr commented for Some supported data sources are not listed
---
 blog/2022-04-15-how-to-download-engineconn-plugin.md     |  2 +-
 docs/about/introduction.md                               |  2 +-
 docs/user-guide/datasource-manual.md                     | 16 ++++++++++++++++
 .../2022-04-15-how-to-download-engineconn-plugin.md      |  2 +-
 .../current/about/introduction.md                        |  2 +-
 .../current/user-guide/datasource-manual.md              | 15 +++++++++++++++
 .../version-1.3.2/about/introduction.md                  |  2 +-
 .../version-1.3.2/current/about/introduction.md          |  2 +-
 .../current/user-guide/datasource-manual.md              | 15 +++++++++++++++
 .../version-1.3.2/user-guide/datasource-manual.md        | 16 ++++++++++++++++
 versioned_docs/version-1.3.2/about/introduction.md       |  2 +-
 .../version-1.3.2/user-guide/datasource-manual.md        | 15 +++++++++++++++
 12 files changed, 84 insertions(+), 7 deletions(-)

diff --git a/blog/2022-04-15-how-to-download-engineconn-plugin.md 
b/blog/2022-04-15-how-to-download-engineconn-plugin.md
index f5c8a39303b..c43aa06d5f5 100644
--- a/blog/2022-04-15-how-to-download-engineconn-plugin.md
+++ b/blog/2022-04-15-how-to-download-engineconn-plugin.md
@@ -30,7 +30,7 @@ In order to facilitate everyone's use, based on the release 
branch code of each
 |Hive|Apache >= 1.0.0, <br/>CDH >= 5.4.0, <br/>(default Apache Hive 
2.3.3)|\>=1.0.3|Yes|Hive EngineConn, supports HiveQL code|
 |Python|Python >= 2.6, <br/>(default Python2*)|\>=1.0.3|Yes|Python EngineConn, 
supports python code|
 |Shell|Bash >= 2.0|\>=1.0.3|Yes|Shell EngineConn, supports Bash shell code|
-|JDBC|MySQL >= 5.0, Hive >=1.2.1, <br/>(default Hive-jdbc 2.3.4)|\>=1.0.3|No 
|JDBC EngineConn, already supports MySQL and HiveQL, can be extended quickly 
Support other engines with JDBC Driver package, such as Oracle|
+|JDBC|MySQL >= 5.0, Hive >=1.2.1, <br/>(default Hive-jdbc 2.3.4)|\>=1.0.3|No 
|JDBC EngineConn, already supports 
Mysql,Oracle,KingBase,PostgreSQL,SqlServer,DB2,Greenplum,DM,Doris,ClickHouse,TiDB,Starrocks,GaussDB
 and OceanBase, can be extended quickly Support other engines with JDBC Driver 
package, such as SQLite|
 |Flink |Flink >= 1.12.2, <br/>(default Apache Flink 1.12.2)|\>=1.0.2|No |Flink 
EngineConn, supports FlinkSQL code, also supports starting a new Yarn in the 
form of Flink Jar Application|
 |Pipeline|-|\>=1.0.2|No|Pipeline EngineConn, supports file import and export|
 |openLooKeng|openLooKeng >= 1.5.0, <br/>(default openLookEng 
1.5.0)|\>=1.1.1|No|openLooKeng EngineConn, supports querying data 
virtualization engine with Sql openLooKeng|
diff --git a/docs/about/introduction.md b/docs/about/introduction.md
index 3b0bc1343a6..84f4a47267c 100644
--- a/docs/about/introduction.md
+++ b/docs/about/introduction.md
@@ -41,7 +41,7 @@ Since the first release of Linkis in 2019, it has accumulated 
more than **700**
 |Hive|Apache >= 1.0.0, <br/>CDH >= 5.4.0, <br/>(default Apache Hive 
2.3.3)|\>=1.0.3|Yes|Hive EngineConn, supports HiveQL code|
 |Python|Python >= 2.6, <br/>(default Python2*)|\>=1.0.3|Yes|Python EngineConn, 
supports python code|
 |Shell|Bash >= 2.0|\>=1.0.3|Yes|Shell EngineConn, supports Bash shell code|
-|JDBC|MySQL >= 5.0, Hive >=1.2.1, <br/>(default Hive-jdbc 2.3.4)|\>=1.0.3|No 
|JDBC EngineConn, already supports MySQL and HiveQL, can be extended quickly 
Support other engines with JDBC Driver package, such as Oracle|
+|JDBC|MySQL >= 5.0, Hive >=1.2.1, <br/>(default Hive-jdbc 2.3.4)|\>=1.0.3|No 
|JDBC EngineConn, already supports 
Mysql,Oracle,KingBase,PostgreSQL,SqlServer,DB2,Greenplum,DM,Doris,ClickHouse,TiDB,Starrocks,GaussDB
 and OceanBase, can be extended quickly Support other engines with JDBC Driver 
package, such as SQLite|
 |Flink |Flink >= 1.12.2, <br/>(default Apache Flink 1.12.2)|\>=1.0.2|No |Flink 
EngineConn, supports FlinkSQL code, also supports starting a new Yarn in the 
form of Flink Jar Application|
 |Pipeline|-|\>=1.0.2|No|Pipeline EngineConn, supports file import and export|
 |openLooKeng|openLooKeng >= 1.5.0, <br/>(default openLookEng 
1.5.0)|\>=1.1.1|No|openLooKeng EngineConn, supports querying data 
virtualization engine with Sql openLooKeng|
diff --git a/docs/user-guide/datasource-manual.md 
b/docs/user-guide/datasource-manual.md
index 993fac2fd80..883b917dbfb 100644
--- a/docs/user-guide/datasource-manual.md
+++ b/docs/user-guide/datasource-manual.md
@@ -301,6 +301,22 @@ object TestMysqlClient {
 
 ````
 
+#### 3.1.3 JDBC EngineConn supported by Linkis
+- MySQL
+- Oracle
+- KingBase
+- PostgreSQL
+- SQLServer
+- DB2
+- Greenplum
+- DM
+- Doris
+- ClickHouse
+- TiDB
+- Starrocks
+- Gaussdb
+- OceanBase
+
 ### 3.2 Hive data source
 
 #### 3.2.1 Created through the management console
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-blog/2022-04-15-how-to-download-engineconn-plugin.md
 
b/i18n/zh-CN/docusaurus-plugin-content-blog/2022-04-15-how-to-download-engineconn-plugin.md
index c433d019a83..1b15dc13202 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-blog/2022-04-15-how-to-download-engineconn-plugin.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-blog/2022-04-15-how-to-download-engineconn-plugin.md
@@ -30,7 +30,7 @@ tags: [engine,guide]
 |Hive|Apache >= 1.0.0, <br/>CDH >= 5.4.0, <br/>(默认Apache Hive 
2.3.3)|\>=1.0.3|是|Hive EngineConn, 支持HiveQL 代码|
 |Python|Python >= 2.6, <br/>(默认Python2*)|\>=1.0.3|是|Python EngineConn, 
支持python 代码|
 |Shell|Bash >= 2.0|\>=1.0.3|是|Shell EngineConn, 支持Bash shell 代码|
-|JDBC|MySQL >= 5.0, Hive >=1.2.1, <br/>(默认Hive-jdbc 2.3.4)|\>=1.0.3|否|JDBC 
EngineConn, 已支持MySQL 和HiveQL,可快速扩展支持其他有JDBC Driver 包的引擎, 如Oracle|
+|JDBC|MySQL >= 5.0, Hive >=1.2.1, <br/>(默认Hive-jdbc 2.3.4)|\>=1.0.3|否|JDBC 
EngineConn, 
已支持Mysql,Oracle,KingBase,PostgreSQL,SqlServer,DB2,Greenplum,DM,Doris,ClickHouse,TiDB,Starrocks,GaussDB和OceanBase,
 可快速扩展支持其他有JDBC Driver 包的引擎, 如SQLite|
 |Flink |Flink >= 1.12.2, <br/>(默认Apache Flink 1.12.2)|\>=1.0.2|否|Flink 
EngineConn, 支持FlinkSQL 代码,也支持以Flink Jar 形式启动一个新的Yarn 应用程序|
 |Pipeline|-|\>=1.0.2|否|Pipeline EngineConn, 支持文件的导入和导出|
 |openLooKeng|openLooKeng >= 1.5.0, <br/>(默认openLookEng 
1.5.0)|\>=1.1.1|否|openLooKeng EngineConn, 支持用Sql查询数据虚拟化引擎openLooKeng|
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/about/introduction.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/about/introduction.md
index 50faf8c06e6..d28a99ba891 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/about/introduction.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/about/introduction.md
@@ -29,7 +29,7 @@ Linkis 自2019年开源发布以来,已累计积累了700多家试用企业和
 |Hive|Apache >= 1.0.0, <br/>CDH >= 5.4.0, <br/>(默认Apache Hive 
2.3.3)|\>=1.0.0_rc1|是|Hive EngineConn, 支持HiveQL 代码。|
 |Python|Python >= 2.6, <br/>(默认Python2*)|\>=1.0.0_rc1|是|Python EngineConn, 
支持python 代码。|
 |Shell|Bash >= 2.0|\>=1.0.0_rc1|是|Shell EngineConn, 支持Bash shell 代码。|
-|JDBC|MySQL >= 5.0, Hive >=1.2.1, <br/>(默认Hive-jdbc 2.3.4)|\>=1.0.0_rc1|否|JDBC 
EngineConn, 已支持MySQL 和HiveQL,可快速扩展支持其他有JDBC Driver 包的引擎, 如Oracle。|
+|JDBC|MySQL >= 5.0, Hive >=1.2.1, <br/>(默认Hive-jdbc 2.3.4)|\>=1.0.0_rc1|否|JDBC 
EngineConn, 
已支持Mysql,Oracle,KingBase,PostgreSQL,SqlServer,DB2,Greenplum,DM,Doris,ClickHouse,TiDB,Starrocks,GaussDB和OceanBase,
 可快速扩展支持其他有JDBC Driver 包的引擎, 如SQLite|
 |Flink |Flink >= 1.12.2, <br/>(默认Apache Flink 1.12.2)|\>=1.0.2|否|Flink 
EngineConn, 支持FlinkSQL 代码,也支持以Flink Jar 形式启动一个新的Yarn 应用程序。|
 |Pipeline|-|\>=1.0.2|否|Pipeline EngineConn, 支持文件的导入和导出。|
 |openLooKeng|openLooKeng >= 1.5.0, <br/>(默认openLookEng 
1.5.0)|\>=1.1.1|否|openLooKeng EngineConn, 支持用Sql查询数据虚拟化引擎openLooKeng。|
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/datasource-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/datasource-manual.md
index 5bcc547edc6..30991f318ff 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/datasource-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user-guide/datasource-manual.md
@@ -321,6 +321,21 @@ object TestMysqlClient {
 }
 
 ```
+#### 3.1.3 Linkis已支持的JDBC EngineConn
+- MySQL
+- Oracle
+- KingBase
+- PostgreSQL
+- SQLServer
+- DB2
+- Greenplum
+- DM
+- Doris
+- ClickHouse
+- TiDB
+- Starrocks
+- Gaussdb
+- OceanBase
 
 ### 3.2  Hive 数据源
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/about/introduction.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/about/introduction.md
index 50faf8c06e6..d28a99ba891 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/about/introduction.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/about/introduction.md
@@ -29,7 +29,7 @@ Linkis 自2019年开源发布以来,已累计积累了700多家试用企业和
 |Hive|Apache >= 1.0.0, <br/>CDH >= 5.4.0, <br/>(默认Apache Hive 
2.3.3)|\>=1.0.0_rc1|是|Hive EngineConn, 支持HiveQL 代码。|
 |Python|Python >= 2.6, <br/>(默认Python2*)|\>=1.0.0_rc1|是|Python EngineConn, 
支持python 代码。|
 |Shell|Bash >= 2.0|\>=1.0.0_rc1|是|Shell EngineConn, 支持Bash shell 代码。|
-|JDBC|MySQL >= 5.0, Hive >=1.2.1, <br/>(默认Hive-jdbc 2.3.4)|\>=1.0.0_rc1|否|JDBC 
EngineConn, 已支持MySQL 和HiveQL,可快速扩展支持其他有JDBC Driver 包的引擎, 如Oracle。|
+|JDBC|MySQL >= 5.0, Hive >=1.2.1, <br/>(默认Hive-jdbc 2.3.4)|\>=1.0.0_rc1|否|JDBC 
EngineConn, 
已支持Mysql,Oracle,KingBase,PostgreSQL,SqlServer,DB2,Greenplum,DM,Doris,ClickHouse,TiDB,Starrocks,GaussDB和OceanBase,
 可快速扩展支持其他有JDBC Driver 包的引擎, 如SQLite|
 |Flink |Flink >= 1.12.2, <br/>(默认Apache Flink 1.12.2)|\>=1.0.2|否|Flink 
EngineConn, 支持FlinkSQL 代码,也支持以Flink Jar 形式启动一个新的Yarn 应用程序。|
 |Pipeline|-|\>=1.0.2|否|Pipeline EngineConn, 支持文件的导入和导出。|
 |openLooKeng|openLooKeng >= 1.5.0, <br/>(默认openLookEng 
1.5.0)|\>=1.1.1|否|openLooKeng EngineConn, 支持用Sql查询数据虚拟化引擎openLooKeng。|
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/about/introduction.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/about/introduction.md
index 50faf8c06e6..d28a99ba891 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/about/introduction.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/about/introduction.md
@@ -29,7 +29,7 @@ Linkis 自2019年开源发布以来,已累计积累了700多家试用企业和
 |Hive|Apache >= 1.0.0, <br/>CDH >= 5.4.0, <br/>(默认Apache Hive 
2.3.3)|\>=1.0.0_rc1|是|Hive EngineConn, 支持HiveQL 代码。|
 |Python|Python >= 2.6, <br/>(默认Python2*)|\>=1.0.0_rc1|是|Python EngineConn, 
支持python 代码。|
 |Shell|Bash >= 2.0|\>=1.0.0_rc1|是|Shell EngineConn, 支持Bash shell 代码。|
-|JDBC|MySQL >= 5.0, Hive >=1.2.1, <br/>(默认Hive-jdbc 2.3.4)|\>=1.0.0_rc1|否|JDBC 
EngineConn, 已支持MySQL 和HiveQL,可快速扩展支持其他有JDBC Driver 包的引擎, 如Oracle。|
+|JDBC|MySQL >= 5.0, Hive >=1.2.1, <br/>(默认Hive-jdbc 2.3.4)|\>=1.0.0_rc1|否|JDBC 
EngineConn, 
已支持Mysql,Oracle,KingBase,PostgreSQL,SqlServer,DB2,Greenplum,DM,Doris,ClickHouse,TiDB,Starrocks,GaussDB和OceanBase,
 可快速扩展支持其他有JDBC Driver 包的引擎, 如SQLite|
 |Flink |Flink >= 1.12.2, <br/>(默认Apache Flink 1.12.2)|\>=1.0.2|否|Flink 
EngineConn, 支持FlinkSQL 代码,也支持以Flink Jar 形式启动一个新的Yarn 应用程序。|
 |Pipeline|-|\>=1.0.2|否|Pipeline EngineConn, 支持文件的导入和导出。|
 |openLooKeng|openLooKeng >= 1.5.0, <br/>(默认openLookEng 
1.5.0)|\>=1.1.1|否|openLooKeng EngineConn, 支持用Sql查询数据虚拟化引擎openLooKeng。|
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/user-guide/datasource-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/user-guide/datasource-manual.md
index 5bcc547edc6..30991f318ff 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/user-guide/datasource-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/current/user-guide/datasource-manual.md
@@ -321,6 +321,21 @@ object TestMysqlClient {
 }
 
 ```
+#### 3.1.3 Linkis已支持的JDBC EngineConn
+- MySQL
+- Oracle
+- KingBase
+- PostgreSQL
+- SQLServer
+- DB2
+- Greenplum
+- DM
+- Doris
+- ClickHouse
+- TiDB
+- Starrocks
+- Gaussdb
+- OceanBase
 
 ### 3.2  Hive 数据源
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/user-guide/datasource-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/user-guide/datasource-manual.md
index 5bcc547edc6..84279e096a3 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/user-guide/datasource-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.2/user-guide/datasource-manual.md
@@ -322,6 +322,22 @@ object TestMysqlClient {
 
 ```
 
+#### 3.1.3 Linkis已支持的JDBC EngineConn
+- MySQL
+- Oracle
+- KingBase
+- PostgreSQL
+- SQLServer
+- DB2
+- Greenplum
+- DM
+- Doris
+- ClickHouse
+- TiDB
+- Starrocks
+- Gaussdb
+- OceanBase
+
 ### 3.2  Hive 数据源
 
 #### 3.2.1 通过管理台创建
diff --git a/versioned_docs/version-1.3.2/about/introduction.md 
b/versioned_docs/version-1.3.2/about/introduction.md
index 3b0bc1343a6..84f4a47267c 100644
--- a/versioned_docs/version-1.3.2/about/introduction.md
+++ b/versioned_docs/version-1.3.2/about/introduction.md
@@ -41,7 +41,7 @@ Since the first release of Linkis in 2019, it has accumulated 
more than **700**
 |Hive|Apache >= 1.0.0, <br/>CDH >= 5.4.0, <br/>(default Apache Hive 
2.3.3)|\>=1.0.3|Yes|Hive EngineConn, supports HiveQL code|
 |Python|Python >= 2.6, <br/>(default Python2*)|\>=1.0.3|Yes|Python EngineConn, 
supports python code|
 |Shell|Bash >= 2.0|\>=1.0.3|Yes|Shell EngineConn, supports Bash shell code|
-|JDBC|MySQL >= 5.0, Hive >=1.2.1, <br/>(default Hive-jdbc 2.3.4)|\>=1.0.3|No 
|JDBC EngineConn, already supports MySQL and HiveQL, can be extended quickly 
Support other engines with JDBC Driver package, such as Oracle|
+|JDBC|MySQL >= 5.0, Hive >=1.2.1, <br/>(default Hive-jdbc 2.3.4)|\>=1.0.3|No 
|JDBC EngineConn, already supports 
Mysql,Oracle,KingBase,PostgreSQL,SqlServer,DB2,Greenplum,DM,Doris,ClickHouse,TiDB,Starrocks,GaussDB
 and OceanBase, can be extended quickly Support other engines with JDBC Driver 
package, such as SQLite|
 |Flink |Flink >= 1.12.2, <br/>(default Apache Flink 1.12.2)|\>=1.0.2|No |Flink 
EngineConn, supports FlinkSQL code, also supports starting a new Yarn in the 
form of Flink Jar Application|
 |Pipeline|-|\>=1.0.2|No|Pipeline EngineConn, supports file import and export|
 |openLooKeng|openLooKeng >= 1.5.0, <br/>(default openLookEng 
1.5.0)|\>=1.1.1|No|openLooKeng EngineConn, supports querying data 
virtualization engine with Sql openLooKeng|
diff --git a/versioned_docs/version-1.3.2/user-guide/datasource-manual.md 
b/versioned_docs/version-1.3.2/user-guide/datasource-manual.md
index 993fac2fd80..999eaf3e66f 100644
--- a/versioned_docs/version-1.3.2/user-guide/datasource-manual.md
+++ b/versioned_docs/version-1.3.2/user-guide/datasource-manual.md
@@ -300,6 +300,21 @@ object TestMysqlClient {
 }
 
 ````
+#### 3.1.3 JDBC EngineConn supported by Linkis
+- MySQL
+- Oracle
+- KingBase
+- PostgreSQL
+- SQLServer
+- DB2
+- Greenplum
+- DM
+- Doris
+- ClickHouse
+- TiDB
+- Starrocks
+- Gaussdb
+- OceanBase
 
 ### 3.2 Hive data source
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to