[doc] Change datasource doc (#10660)
This commit is contained in:
parent
9112266ed2
commit
5991db1b44
|
|
@ -0,0 +1,21 @@
|
|||
# ClickHouse
|
||||
|
||||

|
||||
|
||||
## Datasource Parameters
|
||||
|
||||
| **Datasource** | **Description** |
|
||||
| --- | --- |
|
||||
| Datasource | Select CLICKHOUSE. |
|
||||
| Datasource Name | Enter the name of the datasource. |
|
||||
| Description | Enter a description of the datasource. |
|
||||
| IP/Host Name | Enter the CLICKHOUSE service IP. |
|
||||
| Port | Enter the CLICKHOUSE service port. |
|
||||
| Username | Set the username for CLICKHOUSE connection. |
|
||||
| Password | Set the password for CLICKHOUSE connection. |
|
||||
| Database Name | Enter the database name of the CLICKHOUSE connection. |
|
||||
| jdbc connect parameters | Parameter settings for CLICKHOUSE connection, in JSON format. |
|
||||
|
||||
## Native Supported
|
||||
|
||||
Yes, could use this datasource by default.
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
# DB2
|
||||
|
||||

|
||||
|
||||
## Datasource Parameters
|
||||
|
||||
| **Datasource** | **Description** |
|
||||
| --- | --- |
|
||||
| Datasource | Select DB2. |
|
||||
| Datasource Name | Enter the name of the datasource. |
|
||||
| Description | Enter a description of the datasource. |
|
||||
| IP/Host Name | Enter the DB2 service IP. |
|
||||
| Port | Enter the DB2 service port. |
|
||||
| Username | Set the username for DB2 connection. |
|
||||
| Password | Set the password for DB2 connection. |
|
||||
| Database Name | Enter the database name of the DB2 connection. |
|
||||
| jdbc connect parameters | Parameter settings for DB2 connection, in JSON format. |
|
||||
|
||||
## Native Supported
|
||||
|
||||
Yes, could use this datasource by default.
|
||||
|
|
@ -4,15 +4,19 @@
|
|||
|
||||

|
||||
|
||||
- Datasource: select `HIVE`
|
||||
- Datasource name: enter the name of the DataSource
|
||||
- Description: enter a description of the DataSource
|
||||
- IP/Host Name: enter the HIVE service IP
|
||||
- Port: enter the HIVE service port
|
||||
- Username: set the username for HIVE connection
|
||||
- Password: set the password for HIVE connection
|
||||
- Database name: enter the database name of the HIVE connection
|
||||
- Jdbc connection parameters: parameter settings for HIVE connection, in JSON format
|
||||
## Datasource Parameters
|
||||
|
||||
| **Datasource** | **Description** |
|
||||
| --- | --- |
|
||||
| Datasource | Select HIVE. |
|
||||
| Datasource name | Enter the name of the DataSource. |
|
||||
| Description | Enter a description of the DataSource. |
|
||||
| IP/Host Name | Enter the HIVE service IP. |
|
||||
| Port | Enter the HIVE service port. |
|
||||
| Username | Set the username for HIVE connection. |
|
||||
| Password | Set the password for HIVE connection. |
|
||||
| Database name | Enter the database name of the HIVE connection. |
|
||||
| Jdbc connection parameters | Parameter settings for HIVE connection, in JSON format. |
|
||||
|
||||
> NOTICE: If you wish to execute multiple HIVE SQL in the same session, you could set `support.hive.oneSession = true` in `common.properties`.
|
||||
> It is helpful when you try to set env variables before running HIVE SQL. Default value of `support.hive.oneSession` is `false` and multi-SQLs run in different sessions.
|
||||
|
|
|
|||
|
|
@ -2,9 +2,8 @@
|
|||
|
||||
DataSource supports MySQL, PostgreSQL, Hive/Impala, Spark, ClickHouse, Oracle, SQL Server and other DataSources.
|
||||
|
||||
- Click bottom "Data Source Center -> Create Data Source" to create a new datasource.
|
||||
- Click "Test Connection" to test whether the DataSource can connect successfully(datasource can be saved only if passed the
|
||||
connection test).
|
||||
- Click bottom `Data Source Center -> Create Data Source` to create a new datasource.
|
||||
- Click `Test Connection` to test whether the DataSource can connect successfully (datasource can be saved only if it passes the connection test).
|
||||
|
||||
## Using datasource incompatible to Apache LICENSE V2 LICENSE
|
||||
|
||||
|
|
|
|||
|
|
@ -2,15 +2,19 @@
|
|||
|
||||

|
||||
|
||||
- Datasource: select MYSQL
|
||||
- Datasource name: enter the name of the DataSource
|
||||
- Description: enter a description of the DataSource
|
||||
- IP/Host Name: enter the MYSQL service IP
|
||||
- Port: enter the MYSQL service port
|
||||
- Username: set the username for MYSQL connection
|
||||
- Password: set the password for MYSQL connection
|
||||
- Database name: enter the database name of the MYSQL connection
|
||||
- Jdbc connection parameters: parameter settings for MYSQL connection, in JSON format
|
||||
## Datasource Parameters
|
||||
|
||||
| **Datasource** | **Description** |
|
||||
| --- | --- |
|
||||
| Datasource | Select MYSQL. |
|
||||
| Datasource name | Enter the name of the DataSource. |
|
||||
| Description | Enter a description of the DataSource. |
|
||||
| IP/Host Name | Enter the MYSQL service IP. |
|
||||
| Port | Enter the MYSQL service port. |
|
||||
| Username | Set the username for MYSQL connection. |
|
||||
| Password | Set the password for MYSQL connection. |
|
||||
| Database name | Enter the database name of the MYSQL connection. |
|
||||
| Jdbc connection parameters | Parameter settings for MYSQL connection, in JSON format. |
|
||||
|
||||
## Native Supported
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,20 @@
|
|||
# Oracle
|
||||
|
||||

|
||||
|
||||
## Datasource Parameters
|
||||
|
||||
| **Datasource** | **Description** |
|
||||
| --- | --- |
|
||||
| Datasource | Select Oracle. |
|
||||
| Datasource Name | Enter the name of the datasource. |
|
||||
| Description | Enter a description of the datasource. |
|
||||
| IP/Host Name | Enter the Oracle service IP. |
|
||||
| Port | Enter the Oracle service port. |
|
||||
| Username | Set the username for Oracle connection. |
|
||||
| Password | Set the password for Oracle connection. |
|
||||
| Database Name | Enter the database name of the Oracle connection. |
|
||||
| jdbc connect parameters | Parameter settings for Oracle connection, in JSON format. |
|
||||
|
||||
## Native Supported
|
||||
Yes, could use this datasource by default.
|
||||
|
|
@ -2,15 +2,19 @@
|
|||
|
||||

|
||||
|
||||
- Datasource: select POSTGRESQL
|
||||
- Datasource name: enter the name of the DataSource
|
||||
- Description: enter a description of the DataSource
|
||||
- IP/Host Name: enter the PostgreSQL service IP
|
||||
- Port: enter the PostgreSQL service port
|
||||
- Username: set the username for PostgreSQL connection
|
||||
- Password: set the password for PostgreSQL connection
|
||||
- Database name: enter the database name of the PostgreSQL connection
|
||||
- Jdbc connection parameters: parameter settings for PostgreSQL connection, in JSON format
|
||||
## Datasource Parameters
|
||||
|
||||
| **Datasource** | **Description** |
|
||||
| --- | --- |
|
||||
| Datasource | Select POSTGRESQL. |
|
||||
| Datasource name | Enter the name of the DataSource. |
|
||||
| Description | Enter a description of the DataSource. |
|
||||
| IP/Host Name | Enter the PostgreSQL service IP. |
|
||||
| Port | Enter the PostgreSQL service port. |
|
||||
| Username | Set the username for PostgreSQL connection. |
|
||||
| Password | Set the password for PostgreSQL connection. |
|
||||
| Database name | Enter the database name of the PostgreSQL connection. |
|
||||
| Jdbc connection parameters | Parameter settings for PostgreSQL connection, in JSON format. |
|
||||
|
||||
## Native Supported
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,22 @@
|
|||
# Presto
|
||||
|
||||

|
||||
|
||||
## Datasource Parameters
|
||||
|
||||
| **Datasource** | **Description** |
|
||||
| --- | --- |
|
||||
| Datasource | Select Presto. |
|
||||
| Datasource Name | Enter the name of the datasource. |
|
||||
| Description | Enter a description of the datasource. |
|
||||
| IP/Host Name | Enter the Presto service IP. |
|
||||
| Port | Enter the Presto service port. |
|
||||
| Username | Set the username for Presto connection. |
|
||||
| Password | Set the password for Presto connection. |
|
||||
| Database Name | Enter the database name of the Presto connection. |
|
||||
| jdbc connect parameters | Parameter settings for Presto connection, in JSON format. |
|
||||
|
||||
|
||||
## Native Supported
|
||||
|
||||
Yes, could use this datasource by default.
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
# Amazon Redshift
|
||||
|
||||

|
||||
|
||||
## Datasource Parameters
|
||||
|
||||
| **Datasource** | **Description** |
|
||||
| --- | --- |
|
||||
| Datasource | Select Redshift. |
|
||||
| Datasource Name | Enter the name of the datasource. |
|
||||
| Description | Enter a description of the datasource. |
|
||||
| IP/Host Name | Enter the Redshift service IP. |
|
||||
| Port | Enter the Redshift service port. |
|
||||
| Username | Set the username for Redshift connection. |
|
||||
| Password | Set the password for Redshift connection. |
|
||||
| Database Name | Enter the database name of the Redshift connection. |
|
||||
| jdbc connect parameters | Parameter settings for Redshift connection, in JSON format. |
|
||||
## Native Supported
|
||||
|
||||
Yes, could use this datasource by default.
|
||||
|
|
@ -2,15 +2,19 @@
|
|||
|
||||

|
||||
|
||||
- Datasource: select Spark
|
||||
- Datasource name: enter the name of the DataSource
|
||||
- Description: enter a description of the DataSource
|
||||
- IP/Host Name: enter the Spark service IP
|
||||
- Port: enter the Spark service port
|
||||
- Username: set the username for Spark connection
|
||||
- Password: set the password for Spark connection
|
||||
- Database name: enter the database name of the Spark connection
|
||||
- Jdbc connection parameters: parameter settings for Spark connection, in JSON format
|
||||
## Datasource Parameters
|
||||
|
||||
| **Datasource** | **Description** |
|
||||
| --- | --- |
|
||||
| Datasource | Select Spark. |
|
||||
| Datasource name | Enter the name of the DataSource. |
|
||||
| Description | Enter a description of the DataSource. |
|
||||
| IP/Host Name | Enter the Spark service IP. |
|
||||
| Port | Enter the Spark service port. |
|
||||
| Username | Set the username for Spark connection. |
|
||||
| Password | Set the password for Spark connection. |
|
||||
| Database name | Enter the database name of the Spark connection. |
|
||||
| Jdbc connection parameters | Parameter settings for Spark connection, in JSON format. |
|
||||
|
||||
## Native Supported
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,22 @@
|
|||
# SQL Server
|
||||
|
||||

|
||||
|
||||
## Datasource Parameters
|
||||
|
||||
| **Datasource** | **Description** |
|
||||
| --- | --- |
|
||||
| Datasource | Select SQLSERVER. |
|
||||
| Datasource Name | Enter the name of the datasource. |
|
||||
| Description | Enter a description of the datasource. |
|
||||
| IP/Host Name | Enter the SQLSERVER service IP. |
|
||||
| Port | Enter the SQLSERVER service port. |
|
||||
| Username | Set the username for SQLSERVER connection. |
|
||||
| Password | Set the password for SQLSERVER connection. |
|
||||
| Database Name | Enter the database name of the SQLSERVER connection. |
|
||||
| jdbc connect parameters | Parameter settings for SQLSERVER connection, in JSON format. |
|
||||
|
||||
|
||||
## Native Supported
|
||||
|
||||
Yes, could use this datasource by default.
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 83 KiB |
Loading…
Reference in New Issue