1 Star 0 Fork 280

lovezhou1990 / SeaTunnel

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

OpenMldb

OpenMldb source connector

Description

Used to read data from OpenMldb.

Key features

Options

name type required default value
cluster_mode boolean yes -
sql string yes -
database string yes -
host string no -
port int no -
zk_path string no -
zk_host string no -
session_timeout int no 10000
request_timeout int no 60000
common-options no -

cluster_mode [string]

OpenMldb is or not cluster mode

sql [string]

Sql statement

database [string]

Database name

host [string]

OpenMldb host, only supported on OpenMldb single mode

port [int]

OpenMldb port, only supported on OpenMldb single mode

zk_host [string]

Zookeeper host, only supported on OpenMldb cluster mode

zk_path [string]

Zookeeper path, only supported on OpenMldb cluster mode

session_timeout [int]

OpenMldb session timeout(ms), default 60000

request_timeout [int]

OpenMldb request timeout(ms), default 10000

common options

Source plugin common parameters, please refer to Source Common Options for details

Example


  OpenMldb {
    host = "172.17.0.2"
    port = 6527
    sql = "select * from demo_table1"
    database = "demo_db"
    cluster_mode = false
  }
Java
1
https://gitee.com/ljzhou/SeaTunnel.git
git@gitee.com:ljzhou/SeaTunnel.git
ljzhou
SeaTunnel
SeaTunnel
dev

搜索帮助