mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
24 lines
No EOL
464 B
JSON
24 lines
No EOL
464 B
JSON
{
|
|
"filetype": "subscribe",
|
|
"cfgdir": "/etc/taos",
|
|
"host": "127.0.0.1",
|
|
"port": 6030,
|
|
"user": "root",
|
|
"password": "taosdata",
|
|
"databases": "db",
|
|
"confirm_parameter_prompt": "no",
|
|
"specified_table_query": {
|
|
"threads": 1,
|
|
"mode": "async",
|
|
"interval": 1000,
|
|
"restart": "no",
|
|
"keepProgress": "yes",
|
|
"resubAfterConsume": 10,
|
|
"endAfterConsume": 1,
|
|
"sqls": [
|
|
{
|
|
"sql": "select * from stb;"
|
|
}
|
|
]
|
|
}
|
|
} |