All Products
Search
Document Center

Lindorm:Add an OSS data source

Last Updated:Jun 17, 2025

You can add an Object Storage Service (OSS) data source for LindormTable to read data stored in OSS. To import data stored in OSS to a Lindorm wide table, you must first add an OSS data source. This topic describes how to add an OSS data source.

Prerequisites

Procedure

  1. Log on to the LTS web UI. For more information, see Purchase the LTS service and log on to the LTS web UI.

  2. In the left-side navigation pane, choose Data Source Manage > Add Data Source. Add a data source

  3. On the Add data source page, configure the following parameters:

    • Name: Enter the name of the data source.

    • Data Source Type: Select OSS.

    • Parameters: Specify parameters in the following format:

      {
        "accessId": "xaccessId", 
        "accessKey": "xaccessKey",
        "bucketName": "xbds-pro-test",
        "endpoint": "oss-cn-qingdao-internal.aliyuncs.com"
      }

      The following table describes the parameters in the preceding code.

      Parameter

      Description

      accessId

      The AccessKey ID of your Alibaba Cloud account or RAM user used to access data stored in OSS. For information about how to obtain the AccessKey ID and AccessKey secret of your Alibaba Cloud account or RAM user, see Create an AccessKey pair.

      accessKey

      The AccessKey secret of your Alibaba Cloud account or RAM user used to access data stored in OSS.

      bucketName

      The name of the OSS bucket that is used as the data source.

      endpoint

      The endpoint that you use to access the region in which the bucket is located over the private network.

  4. Click Add.