TDengine
TDengine sink connector
Descriptionâ
Used to write data to TDengine. You need to create stable before running seatunnel task
Key featuresâ
Optionsâ
name | type | required | default value |
---|---|---|---|
url | string | yes | - |
username | string | yes | - |
password | string | yes | - |
database | string | yes | |
stable | string | yes | - |
timezone | string | no | UTC |
url [string]â
the url of the TDengine when you select the TDengine
e.g.
jdbc:TAOS-RS://localhost:6041/
username [string]â
the username of the TDengine when you select
password [string]â
the password of the TDengine when you select
database [string]â
the database of the TDengine when you select
stable [string]â
the stable of the TDengine when you select
timezone [string]â
the timeznoe of the TDengine sever, it's important to the ts field
Exampleâ
sinkâ
sink {
TDengine {
url : "jdbc:TAOS-RS://localhost:6041/"
username : "root"
password : "taosdata"
database : "power2"
stable : "meters2"
timezone: UTC
}
}