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 4c2350d025c feat: add entry link of data source (#720)
4c2350d025c is described below
commit 4c2350d025c555134f9403b31633a1393bd2c4dd
Author: Carbon 碳苯 <[email protected]>
AuthorDate: Thu Jul 13 10:52:29 2023 +0800
feat: add entry link of data source (#720)
* feat: add entry link of data source
* feat: add entry of data source list in English doc
* chore: capitalize the first letter of data source list table
* feat: replace entry link with data source table list
* feat: correct the update content of each version
---------
Co-authored-by: CoderSerio <CoderSerio@[email protected]>
---
docs/user-guide/datasource-manual.md | 38 +++++++++++++++++++-
.../current/user-guide/datasource-manual.md | 22 ++++++++++--
.../current/user-guide/datasource-manual.md | 22 ++++++++++--
.../version-1.3.1/user-guide/datasource-manual.md | 22 ++++++++++--
.../current/user-guide/datasource-manual.md | 22 ++++++++++--
.../version-1.3.2/user-guide/datasource-manual.md | 24 ++++++++++---
.../version-1.3.0/user-guide/datasource-manual.md | 39 ++++++++++++++++++++-
.../version-1.3.2/user-guide/datasource-manual.md | 40 +++++++++++++++++++++-
8 files changed, 210 insertions(+), 19 deletions(-)
diff --git a/docs/user-guide/datasource-manual.md
b/docs/user-guide/datasource-manual.md
index 883b917dbfb..a8a1a30bab3 100644
--- a/docs/user-guide/datasource-manual.md
+++ b/docs/user-guide/datasource-manual.md
@@ -118,6 +118,25 @@ linkis-public-enhancements/linkis-datasource
See [Tuning and Troubleshooting>Parameter List#datasourceConfiguration
Parameters](/docs/1.1.0/tuning-and-troubleshooting/configuration#6-datasource-and-metadata-service-configuration-parameters)
+### 1.6 Installation extra data drivers
+
+1.Some data drivers require to be installed by user's self, because they are
possibly not compatible with the Apache license
+
+2.Extra data driver directory:
./lib/linkis-public-enhancements/linkis-ps-publicservice
+
+3.Data drivers list
+
+| Driver Name | Driver Version | Download Link |
+| ----------- | ----------- |----------- |
+| db2 | db2jcc4 |
https://www.ibm.com/support/pages/db2-jdbc-driver-versions-and-downloads |
+| dameng | DmJdbcDriver18 |
https://download.dameng.com/eco/docs/JAVA_Mybatis_lib.zip |
+| mysql | 5.1.34 |
https://repo1.maven.org/maven2/mysql/mysql-connector-java/5.1.34/mysql-connector-java-5.1.34.jar
|
+|kingbase| kingbase8 |
http://maven.jeecg.org/nexus/content/repositories/jeecg/kingbase/kingbase8/8/kingbase8-8.jar
|
+|greenplum | 5.1.4 |
https://network.pivotal.io/products/vmware-tanzu-greenplum#/releases/985537/file_groups/5749
|
+| postgresql | 42.3.1 |
https://repo1.maven.org/maven2/org/postgresql/postgresql/42.3.1/postgresql-42.3.1.jar|
+| sqlserver | sqlserver2000 |
https://www.microsoft.com/en-us/download/details.aspx?id=11774 |
+| oracle | 11.2.0.3 |
http://www.datanucleus.org/downloads/maven2/oracle/ojdbc6/11.2.0.3/ojdbc6-11.2.0.3.jar
|
+
## 2. Enable data source function
In the startup script of linkis, the two services related to the data source
(ps-data-source-manager, ps-metadatamanager) will not be started by default.
@@ -145,8 +164,25 @@ The use of data sources is divided into three steps:
#### 3.1.1 Created through the management console
> You can only create configuration data sources, and test whether the data
> sources can be connected normally, and cannot directly query metadata
-Data Source Management > New Data Source > Select MySQL Type
+Implement a JDBC generic module, and then choose any item mentioned below on
the web UI.
+
+| Data Source | Link |
+| ----------- |----------- |
+| mysql | https://www.mysql.com |
+| oracle | https://www.oracle.com/database/technologies |
+| kingbase | https://www.kingbase.com.cn |
+| postgresql | https://www.postgresql.org |
+| sqlserver | https://www.microsoft.com/en-us/sql-server |
+| db2 | https://www.ibm.com/products/db2/database |
+| greenplum | https://greenplum.org |
+| dm | https://dmdatabases.com |
+| doris | https://doris.apache.org |
+| clickhouse | https://clickhouse.com |
+
+
+Take MySQL as an example:
+> Data Source Management > New Data Source > Select MySQL Type
Enter relevant configuration information
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 30991f318ff..f579d47206b 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
@@ -124,7 +124,7 @@ linkis-public-enhancements/linkis-datasource
3.驱动程序列表
-| drive name | drive version | download link |
+| Driver Name | Driver Version | Download Link |
| ----------- | ----------- |----------- |
| db2 | db2jcc4 |
https://www.ibm.com/support/pages/db2-jdbc-driver-versions-and-downloads |
| dameng | DmJdbcDriver18 |
https://download.dameng.com/eco/docs/JAVA_Mybatis_lib.zip |
@@ -164,9 +164,25 @@ linkis的启动脚本中默认不会启动数据源相关的服务两个服务
#### 3.1.1 通过管理台创建
>只能创建配置数据源,以及测试数据源是否能正常连接,无法进行直接进行元数据查询
-底层做个通用jdbc模块,web界面上可以选择1.6中任意一种数据源,以mysql为例
+底层实现一个通用jdbc模块,web界面上可以选择下表中任意一种数据源
-数据源管理>新增数据源>选择mysql类型
+| Data Source | Link |
+| ----------- |----------- |
+| mysql | https://www.mysql.com |
+| oracle | https://www.oracle.com/database/technologies |
+| kingbase | https://www.kingbase.com.cn |
+| postgresql | https://www.postgresql.org |
+| sqlserver | https://www.microsoft.com/en-us/sql-server |
+| db2 | https://www.ibm.com/products/db2/database |
+| greenplum | https://greenplum.org |
+| dm | https://dmdatabases.com |
+| doris | https://doris.apache.org |
+| clickhouse | https://clickhouse.com |
+
+
+以mysql为例:
+
+> 数据源管理>新增数据源>选择mysql类型
输入相关的配置信息
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.1/current/user-guide/datasource-manual.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.1/current/user-guide/datasource-manual.md
index c62f0b00530..d0a589bff60 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.1/current/user-guide/datasource-manual.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.1/current/user-guide/datasource-manual.md
@@ -124,7 +124,7 @@ linkis-public-enhancements/linkis-datasource
3.驱动程序列表
-| drive name | drive version | download link |
+| Driver Name | Driver Version | Download Link |
| ----------- | ----------- |----------- |
| db2 | db2jcc4 |
https://www.ibm.com/support/pages/db2-jdbc-driver-versions-and-downloads |
| dameng | DmJdbcDriver18 |
https://download.dameng.com/eco/docs/JAVA_Mybatis_lib.zip |
@@ -164,9 +164,25 @@ linkis的启动脚本中默认不会启动数据源相关的服务两个服务
#### 3.1.1 通过管理台创建
>只能创建配置数据源,以及测试数据源是否能正常连接,无法进行直接进行元数据查询
-底层做个通用jdbc模块,web界面上可以选择1.6中任意一种数据源,以mysql为例
+底层实现一个通用jdbc模块,web界面上可以选择下表中任意一种数据源
-数据源管理>新增数据源>选择mysql类型
+| Data Source | Link |
+| ----------- |----------- |
+| mysql | https://www.mysql.com |
+| oracle | https://www.oracle.com/database/technologies |
+| kingbase | https://www.kingbase.com.cn |
+| postgresql | https://www.postgresql.org |
+| sqlserver | https://www.microsoft.com/en-us/sql-server |
+| db2 | https://www.ibm.com/products/db2/database |
+| greenplum | https://greenplum.org |
+| dm | https://dmdatabases.com |
+| doris | https://doris.apache.org |
+| clickhouse | https://clickhouse.com |
+
+
+以mysql为例:
+
+> 数据源管理>新增数据源>选择mysql类型
输入相关的配置信息
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.1/user-guide/datasource-manual.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.1/user-guide/datasource-manual.md
index c62f0b00530..d0a589bff60 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.1/user-guide/datasource-manual.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.3.1/user-guide/datasource-manual.md
@@ -124,7 +124,7 @@ linkis-public-enhancements/linkis-datasource
3.驱动程序列表
-| drive name | drive version | download link |
+| Driver Name | Driver Version | Download Link |
| ----------- | ----------- |----------- |
| db2 | db2jcc4 |
https://www.ibm.com/support/pages/db2-jdbc-driver-versions-and-downloads |
| dameng | DmJdbcDriver18 |
https://download.dameng.com/eco/docs/JAVA_Mybatis_lib.zip |
@@ -164,9 +164,25 @@ linkis的启动脚本中默认不会启动数据源相关的服务两个服务
#### 3.1.1 通过管理台创建
>只能创建配置数据源,以及测试数据源是否能正常连接,无法进行直接进行元数据查询
-底层做个通用jdbc模块,web界面上可以选择1.6中任意一种数据源,以mysql为例
+底层实现一个通用jdbc模块,web界面上可以选择下表中任意一种数据源
-数据源管理>新增数据源>选择mysql类型
+| Data Source | Link |
+| ----------- |----------- |
+| mysql | https://www.mysql.com |
+| oracle | https://www.oracle.com/database/technologies |
+| kingbase | https://www.kingbase.com.cn |
+| postgresql | https://www.postgresql.org |
+| sqlserver | https://www.microsoft.com/en-us/sql-server |
+| db2 | https://www.ibm.com/products/db2/database |
+| greenplum | https://greenplum.org |
+| dm | https://dmdatabases.com |
+| doris | https://doris.apache.org |
+| clickhouse | https://clickhouse.com |
+
+
+以mysql为例:
+
+> 数据源管理>新增数据源>选择mysql类型
输入相关的配置信息
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 30991f318ff..f579d47206b 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
@@ -124,7 +124,7 @@ linkis-public-enhancements/linkis-datasource
3.驱动程序列表
-| drive name | drive version | download link |
+| Driver Name | Driver Version | Download Link |
| ----------- | ----------- |----------- |
| db2 | db2jcc4 |
https://www.ibm.com/support/pages/db2-jdbc-driver-versions-and-downloads |
| dameng | DmJdbcDriver18 |
https://download.dameng.com/eco/docs/JAVA_Mybatis_lib.zip |
@@ -164,9 +164,25 @@ linkis的启动脚本中默认不会启动数据源相关的服务两个服务
#### 3.1.1 通过管理台创建
>只能创建配置数据源,以及测试数据源是否能正常连接,无法进行直接进行元数据查询
-底层做个通用jdbc模块,web界面上可以选择1.6中任意一种数据源,以mysql为例
+底层实现一个通用jdbc模块,web界面上可以选择下表中任意一种数据源
-数据源管理>新增数据源>选择mysql类型
+| Data Source | Link |
+| ----------- |----------- |
+| mysql | https://www.mysql.com |
+| oracle | https://www.oracle.com/database/technologies |
+| kingbase | https://www.kingbase.com.cn |
+| postgresql | https://www.postgresql.org |
+| sqlserver | https://www.microsoft.com/en-us/sql-server |
+| db2 | https://www.ibm.com/products/db2/database |
+| greenplum | https://greenplum.org |
+| dm | https://dmdatabases.com |
+| doris | https://doris.apache.org |
+| clickhouse | https://clickhouse.com |
+
+
+以mysql为例:
+
+> 数据源管理>新增数据源>选择mysql类型
输入相关的配置信息
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 84279e096a3..3595ed4bf5f 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
@@ -124,7 +124,7 @@ linkis-public-enhancements/linkis-datasource
3.驱动程序列表
-| drive name | drive version | download link |
+| Driver Name | Driver Version | Download Link |
| ----------- | ----------- |----------- |
| db2 | db2jcc4 |
https://www.ibm.com/support/pages/db2-jdbc-driver-versions-and-downloads |
| dameng | DmJdbcDriver18 |
https://download.dameng.com/eco/docs/JAVA_Mybatis_lib.zip |
@@ -160,13 +160,29 @@ linkis的启动脚本中默认不会启动数据源相关的服务两个服务
- step 3. 数据源使用,查询元数据信息
,hive/kafka/elasticsearch配置是关联对应的集群环境配置.
-### 3.1 jdbc 数据源
+### 3.1 jdbc 数据源
#### 3.1.1 通过管理台创建
>只能创建配置数据源,以及测试数据源是否能正常连接,无法进行直接进行元数据查询
-底层做个通用jdbc模块,web界面上可以选择1.6中任意一种数据源,以mysql为例
+底层实现一个通用jdbc模块,web界面上可以选择下表中任意一种数据源
-数据源管理>新增数据源>选择mysql类型
+| Data Source | Link |
+| ----------- |----------- |
+| mysql | https://www.mysql.com |
+| oracle | https://www.oracle.com/database/technologies |
+| kingbase | https://www.kingbase.com.cn |
+| postgresql | https://www.postgresql.org |
+| sqlserver | https://www.microsoft.com/en-us/sql-server |
+| db2 | https://www.ibm.com/products/db2/database |
+| greenplum | https://greenplum.org |
+| dm | https://dmdatabases.com |
+| doris | https://doris.apache.org |
+| clickhouse | https://clickhouse.com |
+
+
+以mysql为例:
+
+> 数据源管理>新增数据源>选择mysql类型
输入相关的配置信息
diff --git a/versioned_docs/version-1.3.0/user-guide/datasource-manual.md
b/versioned_docs/version-1.3.0/user-guide/datasource-manual.md
index 9a7cfc9cfe9..e6fff3e94f8 100644
--- a/versioned_docs/version-1.3.0/user-guide/datasource-manual.md
+++ b/versioned_docs/version-1.3.0/user-guide/datasource-manual.md
@@ -117,6 +117,25 @@ linkis-public-enhancements/linkis-datasource
See [Tuning and Troubleshooting>Parameter List#datasourceConfiguration
Parameters](/docs/1.1.0/tuning-and-troubleshooting/configuration#6-datasource-and-metadata-service-configuration-parameters)
+### 1.6 Installation extra data drivers
+
+1.Some data drivers require to be installed by user's self, because they are
possibly not compatible with the Apache license
+
+2.Extra data driver directory:
./lib/linkis-public-enhancements/linkis-ps-publicservice
+
+3.Data drivers list
+
+| Driver Name | Driver Version | Download Link |
+| ----------- | ----------- |----------- |
+| db2 | db2jcc4 |
https://www.ibm.com/support/pages/db2-jdbc-driver-versions-and-downloads |
+| dameng | DmJdbcDriver18 |
https://download.dameng.com/eco/docs/JAVA_Mybatis_lib.zip |
+| mysql | 5.1.34 |
https://repo1.maven.org/maven2/mysql/mysql-connector-java/5.1.34/mysql-connector-java-5.1.34.jar
|
+|kingbase| kingbase8 |
http://maven.jeecg.org/nexus/content/repositories/jeecg/kingbase/kingbase8/8/kingbase8-8.jar
|
+|greenplum | 5.1.4 |
https://network.pivotal.io/products/vmware-tanzu-greenplum#/releases/985537/file_groups/5749
|
+| postgresql | 42.3.1 |
https://repo1.maven.org/maven2/org/postgresql/postgresql/42.3.1/postgresql-42.3.1.jar|
+| sqlserver | sqlserver2000 |
https://www.microsoft.com/en-us/download/details.aspx?id=11774 |
+| oracle | 11.2.0.3 |
http://www.datanucleus.org/downloads/maven2/oracle/ojdbc6/11.2.0.3/ojdbc6-11.2.0.3.jar
|
+
## 2. Enable data source function
In the startup script of linkis, the two services related to the data source
(ps-data-source-manager, ps-metadatamanager) will not be started by default.
@@ -144,7 +163,25 @@ The use of data sources is divided into three steps:
#### 3.1.1 Created through the management console
> You can only create configuration data sources, and test whether the data
> sources can be connected normally, and cannot directly query metadata
-Data Source Management > New Data Source > Select MySQL Type
+Implement a JDBC generic module, and then choose any item mentioned below on
the web UI.
+
+| Data Source | Link |
+| ----------- |----------- |
+| mysql | https://www.mysql.com |
+| oracle | https://www.oracle.com/database/technologies |
+| kingbase | https://www.kingbase.com.cn |
+| postgresql | https://www.postgresql.org |
+| sqlserver | https://www.microsoft.com/en-us/sql-server |
+| db2 | https://www.ibm.com/products/db2/database |
+| greenplum | https://greenplum.org |
+| dm | https://dmdatabases.com |
+| doris | https://doris.apache.org |
+| clickhouse | https://clickhouse.com |
+
+
+Take MySQL as an example:
+> Data Source Management > New Data Source > Select MySQL Type
+
Enter relevant configuration information
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 999eaf3e66f..ed41e462903 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
@@ -118,6 +118,25 @@ linkis-public-enhancements/linkis-datasource
See [Tuning and Troubleshooting>Parameter List#datasourceConfiguration
Parameters](/docs/1.1.0/tuning-and-troubleshooting/configuration#6-datasource-and-metadata-service-configuration-parameters)
+### 1.6 Installation extra data drivers
+
+1.Some data drivers require to be installed by user's self, because they are
possibly not compatible with the Apache license
+
+2.Extra data driver directory:
./lib/linkis-public-enhancements/linkis-ps-publicservice
+
+3.Data drivers list
+
+| Driver Name | Driver Version | Download Link |
+| ----------- | ----------- |----------- |
+| db2 | db2jcc4 |
https://www.ibm.com/support/pages/db2-jdbc-driver-versions-and-downloads |
+| dameng | DmJdbcDriver18 |
https://download.dameng.com/eco/docs/JAVA_Mybatis_lib.zip |
+| mysql | 5.1.34 |
https://repo1.maven.org/maven2/mysql/mysql-connector-java/5.1.34/mysql-connector-java-5.1.34.jar
|
+|kingbase| kingbase8 |
http://maven.jeecg.org/nexus/content/repositories/jeecg/kingbase/kingbase8/8/kingbase8-8.jar
|
+|greenplum | 5.1.4 |
https://network.pivotal.io/products/vmware-tanzu-greenplum#/releases/985537/file_groups/5749
|
+| postgresql | 42.3.1 |
https://repo1.maven.org/maven2/org/postgresql/postgresql/42.3.1/postgresql-42.3.1.jar|
+| sqlserver | sqlserver2000 |
https://www.microsoft.com/en-us/download/details.aspx?id=11774 |
+| oracle | 11.2.0.3 |
http://www.datanucleus.org/downloads/maven2/oracle/ojdbc6/11.2.0.3/ojdbc6-11.2.0.3.jar
|
+
## 2. Enable data source function
In the startup script of linkis, the two services related to the data source
(ps-data-source-manager, ps-metadatamanager) will not be started by default.
@@ -145,7 +164,26 @@ The use of data sources is divided into three steps:
#### 3.1.1 Created through the management console
> You can only create configuration data sources, and test whether the data
> sources can be connected normally, and cannot directly query metadata
-Data Source Management > New Data Source > Select MySQL Type
+Implement a JDBC generic module, and then choose any item mentioned below on
the web UI.
+
+| Data Source | Link |
+| ----------- |----------- |
+| mysql | https://www.mysql.com |
+| oracle | https://www.oracle.com/database/technologies |
+| kingbase | https://www.kingbase.com.cn |
+| postgresql | https://www.postgresql.org |
+| sqlserver | https://www.microsoft.com/en-us/sql-server |
+| db2 | https://www.ibm.com/products/db2/database |
+| greenplum | https://greenplum.org |
+| dm | https://dmdatabases.com |
+| doris | https://doris.apache.org |
+| clickhouse | https://clickhouse.com |
+
+
+Take MySQL as an example:
+
+> Data Source Management > New Data Source > Select MySQL Type
+
Enter relevant configuration information
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]