Add a KingbaseES database

更新时间:
复制 MD 格式

To use a KingbaseES database in DataV-Board, you must first add the database instance as a data source.

Prerequisites

The connection details for your KingbaseES database instance are available.

Limits

This feature is available only in DataV Enterprise Edition and later versions.

Add a data source over a private network

  1. Access the DataV console.

  2. On the Workbench page, click Data Preparation > Data Source > New Data Source.

  3. From the Type list, select KingbaseES.

  4. Select Private Network and the region where the KingbaseES database instance is located.

  5. Enter the database connection details.

    Parameter

    Description

    VPC ID

    The ID of the VPC that contains the KingbaseES database instance.

    VPC Instance ID

    The instance ID in the VPC. You can use the database instance ID, network connection address, or IP address.

    Name

    A custom name for the data source.

    Domain Name

    The VPC endpoint of the database instance.

    Port

    The port number of the database.

    Username

    The username for logging on to the database.

    Password

    The password for logging on to the database.

    Database

    Enter a custom database name.

  6. After you enter the database information, click OK. The connection is automatically tested. If the connection succeeds, the new data source appears in the data source list.

Add a data source over the public network

  1. Access the DataV console.

  2. On the Workbench page, click Data Preparation > Data Source > New Data Source.

  3. From the Type list, select KingbaseES.

  4. Select Public Network.

  5. Enter the database connection details.

    Parameter

    Description

    Name

    A custom name for the data source.

    Domain Name

    The public endpoint of the KingbaseES database instance.

    Port

    The port number of the database.

    Username

    The username for logging on to the database.

    Password

    The password for logging on to the database.

    Database

    A list of databases is automatically retrieved. You can also enter a custom database name.

  6. After you enter the database information, click OK. The connection is automatically tested. If the connection succeeds, the new data source appears in the data source list.

What to do next

After you add the data source, you can:

  • Use the data source: On the project edit page, add a widget and connect it to the data source.

  • Manage the data source: Edit or delete the data source. For more information, see Data Source Management.

References