You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/02/18 13:54:08 UTC

[GitHub] [incubator-seatunnel] asdf2014 opened a new issue #1288: [Feature][Connectors] Add IoTDB Flink Sink

asdf2014 opened a new issue #1288:
URL: https://github.com/apache/incubator-seatunnel/issues/1288


   ### Search before asking
   
   - [X] I had searched in the [feature](https://github.com/apache/incubator-seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
   
   
   ### Description
   
   # IoTDb
   
   > Source plugin: IoTDb [Flink]
   
   ## Description
   
   Read data from IoTDB.
   
   ## Options
   
   | name        | type           | required | default value |
   | ----------- | -------------- | -------- | ------------- |
   | url         | `String`       | yes      | -             |
   | storage     | `String`       | yes      | -             |
   | fields      | `List<String>` | yes      | -             |
   | field_types | `List<String>` | yes      | -             |
   
   ### url [`String`]
   
   The URL of IoTDB Server.
   
   ### storage [`String`]
   
   The storage name in IoTDB.
   
   ### fields [`List<String>`]
   
   The list of Field in IoTDB.
   
   ### field_types [`List<String>`]
   
   The list of Field Types in IoTDB.
   
   ## Example
   
   ```hocon
   IoTDbSource {
     url = "jdbc:iotdb://127.0.0.1:6667/"
     storage = "root.demo"
     fields = ["s0"]
     field_types = ["INT32"]
   }
   ```
   
   
   ### Usage Scenario
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-seatunnel] asdf2014 commented on issue #1288: [Feature][Connectors] Add IoTDB Flink Source

Posted by GitBox <gi...@apache.org>.
asdf2014 commented on issue #1288:
URL: https://github.com/apache/incubator-seatunnel/issues/1288#issuecomment-1044586486


   Also you can get more details of Apache IoTDB from my personal blog, FYI, https://yuzhouwan.com/posts/201221/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org