TDengine

TDengine source connector

Read external data source data through TDengine.

Key featuresarrow-up-right

supports query SQL and can achieve projection effect.

name
type
required
default value

url

string

yes

-

username

string

yes

-

password

string

yes

-

database

string

yes

stable

string

yes

-

lower_bound

long

yes

-

upper_bound

long

yes

-

url [string]arrow-up-right

the url of the TDengine when you select the TDengine

e.g.

username [string]arrow-up-right

the username of the TDengine when you select

password [string]arrow-up-right

the password of the TDengine when you select

database [string]arrow-up-right

the database of the TDengine when you select

stable [string]arrow-up-right

the stable of the TDengine when you select

lower_bound [long]arrow-up-right

the lower_bound of the migration period

upper_bound [long]arrow-up-right

the upper_bound of the migration period

Last updated