Movatterモバイル変換


[0]ホーム

URL:


✨ As of November 2023, Arcion has become a part of Databricks.Learn more here
Google Cloud Storage

Destination Google Cloud Storage (GCS)#

From version 23.04.30.4, Arcion supports replicating data intoGoogle Cloud Storage using the S3 compatibility API. Follow the instructions in this page to set up Cloud Storage as data target in Arcion Replicant.

The following steps referthe extracted Arcion self-hosted CLI download as the$REPLICANT_HOME directory.

S3 file format#

When Replicant loads data into S3, Replicant first converts the data to either a CSV or a JSON file. To better understand the data format for the CSV and JSON converted files, seeArcion Internal CDC Format for Amazon S3. We highly recommended that you read theArcion Internal CDC Format for Amazon S3 page when using S3 as the target system.

I. Set up connection configuration#

Specify your Cloud Storage connection details to Replicant with a connection configuration file. You can find a sample connection configuration filegcs.yaml in the$REPLICANT_HOME/conf/conn directory.

type:S3endpoint:service-endpoint:SERVICE_ENDPOINTsigningRegion:"SIGNING_REGION"access-key:"YOUR_HMAC_ACCESS_ID"secret-key:"YOUR_HMAC_SECRET"force-path-style: {true|false}bucket:"BUCKET_NAME"root:"ROOT_PATH_UNDER_BUCKET"stage:type:SHARED_FSroot-dir:PATH_TO_STAGE_DIRECTORYmax-connections:50

Replace the following:

Setforce-path-style totrue if you preferpath-style URL access.

II. Set up Applier configuration#

Follow the instructions inApplier configuration for Amazon S3.


[8]ページ先頭

©2009-2026 Movatter.jp