chunjun icon indicating copy to clipboard operation
chunjun copied to clipboard

Support influxdb sql Connector

Open 20100507 opened this issue 3 years ago • 0 comments

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

20100507 avatar Jul 21 '22 12:07 20100507