chunjun
chunjun copied to clipboard
Support influxdb sql Connector
Search before asking
-
[ ] I had searched in the issues and found no similar question.
-
[ ] I had googled my question but i didn't get any help.
-
[ ] I had read the documentation: ChunJun doc but it didn't help me.
Description
`CREATE TABLE stream_test_influxdb(
`metric` VARCHAR,
`timestamp` BIGINT,
`tag_value1` VARCHAR,
`field_fieldValue1` DOUBLE
) WITH (
'connector' = 'influxdb',
'url' = 'http://service.cn.influxdb.aliyuncs.com:****',
'database' = '<yourDatabaseName>',
'username' = '<yourDatabaseUserName>',
'password' = '<yourDatabasePassword>',
'batchSize' ='300',
'retentionPolicy' = 'autogen',
'ignoreErrorData' = 'false'
);`
目前看到源代码和官网都是不支持infludb connector方式连接infludb.什么时候能支持一下。目前阿里云已经支持了。
https://help.aliyun.com/document_detail/213513.html
Code of Conduct
- [X] I agree to follow this project's Code of Conduct