All Products
Search
Document Center

DataV:Add a Hologres data source

Last Updated:Mar 10, 2025

This document explains how to add and utilize a Hologres data source within DataV.

Prerequisites

Ensure you have a Hologres data source ready to add.

Important

You must first add the whitelist IP address of the corresponding area to your data source whitelist to ensure that DataV-Board can access your database normally. For more information, see configure database whitelist.

Limits

Supports only Enterprise Edition or higher.

Add a Hologres data source

  1. Access the DataV console.

  2. On the Workbench page, click Data Preparation > Data Source to access the Data Source page, and then click Create Data Source.

  3. From the Type list, select Hologres.

  4. Choose the region where your instance is located from the list, selecting Intranet.

  5. Select the network type for the intranet database, which includes Virtual Private Cloud (VPC) and Classic Network.

    • Virtual Private Cloud (VPC)

      1. Activate the VPC switch to switch to VPC mode. image.png

      2. Enter the database information.

        Parameter

        Description

        VPC ID

        The VPC ID of the specified VPC to which the Hologres instance is attached. Go to the Hologres Management Console product page, and obtain the VPC ID from the Network Information column of the specified VPC in the Scenarios section.

        VPC instance ID

        The instance ID generated after the Hologres instance is attached to the specified VPC. Go to the Hologres Management Console product page, and obtain the instance ID from the Network Information column of the specified VPC in the Scenarios section.

        Name

        The display name of the data source. You can specify a custom name.

        Domain name

        The domain name of the Hologres instance. Go to the Hologres Management Console product page, and obtain the domain name from the Network Information column of the specified VPC in the Domain Name section.

        Username

        The AccessKey ID of the account used to log on to the Hologres instance.

        Password

        The AccessKey Secret of the account used to log on to the Hologres instance.

        Port

        The port number of the VPC in which the Hologres instance resides. Go to the Hologres Management Console product page, and obtain the port number from the Network Information column of the specified VPC in the Domain Name section.

        Database

        The name of the selected database.

      3. The system will automatically test the connection to confirm database accessibility once the information is entered.

        Important

        Should an error message Access VPC instance fail appear during the test, try appending the suffix -1 to the Instance ID and test the connection again.

    • Classic Network

      1. Deactivate the VPC switch to enter Classic Network mode. image.png

      2. Enter the database information.

        Parameter

        Description

        Name

        The display name of the data source. You can specify a custom name.

        Domain name

        The domain name of the Hologres instance. Go to the Hologres Management Console product page, and obtain the domain name from the Network Information section of the classic network domain name.

        Username

        The AccessKey ID of the account used to log on to the Hologres instance.

        Password

        The AccessKey Secret of the account used to log on to the Hologres instance.

        Port

        The port number of the classic network endpoint used by the Hologres instance. Go to the Hologres Management Console product page, and obtain the port number from the Network Information section of the classic network domain name.

        Database

        The name of the selected database.

      3. The system will automatically test the connection to confirm database accessibility once the information is entered.

        Important

        Should an error message Access VPC instance fail appear during the test, try appending the suffix -1 to the Instance ID and test the connection again.

  6. Once the connection test succeeds, click OK to finalize the data source addition.

    The new data source will be automatically displayed in the data source list.

Add a data source through the Internet

  1. Access the DataV console.

  2. On the Workbench page, click Data Preparation > Data Source to access the Data Source page, and then click Create Data Source.

  3. From the Type list, select Hologres.

  4. Choose Internet from the list. image.png

  5. Enter the database information.

    Parameter

    Description

    Name

    The display name of the data source. You can specify a custom name.

    Domain name

    The domain name of the Hologres instance. Go to the Hologres Management Console product page, and obtain the domain name from the Network Information section of the public domain name.

    Username

    The AccessKey ID of the account used to log on to the Hologres instance.

    Password

    The AccessKey Secret of the account used to log on to the Hologres instance.

    Port

    The port number of the public endpoint used by the Hologres instance. Go to the Hologres Management Console product page, and obtain the port number from the Network Information section of the public domain name.

    Database

    The name of the selected database.

    The system will automatically test the connection to confirm database accessibility once the information is entered.

  6. Once the connection test succeeds, click OK to finalize the data source addition.

    The new data source will be automatically displayed in the data source list.

What to do next

Once you have the raw data, you can consult datasource config for widget data adaptation.

FAQ

For additional questions, consult the FAQ about datasource config.