1 Star 0 Fork 280

lovezhou1990 / SeaTunnel

forked from Apache SeaTunnel / SeaTunnel 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
AmazonDynamoDB.md 1.36 KB
一键复制 编辑 原始数据 按行查看 历史

AmazonDynamoDB

Amazon DynamoDB sink connector

Description

Write data to Amazon DynamoDB

Key features

Options

name type required default value
url string yes -
region string yes -
access_key_id string yes -
secret_access_key string yes -
table string yes -
batch_size string no 25
common-options no -

url [string]

The URL to write to Amazon DynamoDB.

region [string]

The region of Amazon DynamoDB.

accessKeyId [string]

The access id of Amazon DynamoDB.

secretAccessKey [string]

The access secret of Amazon DynamoDB.

table [string]

The table of Amazon DynamoDB.

common options

Sink plugin common parameters, please refer to Sink Common Options for details.

Example

Amazondynamodb {
    url = "http://127.0.0.1:8000"
    region = "us-east-1"
    accessKeyId = "dummy-key"
    secretAccessKey = "dummy-secret"
    table = "TableName"
  }

Changelog

next version

  • Add Amazon DynamoDB Sink Connector
Java
1
https://gitee.com/ljzhou/SeaTunnel.git
git@gitee.com:ljzhou/SeaTunnel.git
ljzhou
SeaTunnel
SeaTunnel
dev

搜索帮助