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/01/02 05:30:47 UTC

[GitHub] [incubator-seatunnel] asdf2014 opened a new issue #922: [Feature][Module Name] Apache Druid Source Plugin

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


   ### 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
   
   # Source plugin: Druid
   
   ## Description
   
   Read data from Apache Druid.
   
   ## Options
   
   | name            | type           | required | default value |
   | --------------- | -------------- | -------- | ------------- |
   | jdbc_url        | `String`       | yes      | -             |
   | datasource      | `String`       | yes      | -             |
   | start_timestamp | `Long`         | no       | -             |
   | end_timestamp   | `Long`         | no       | -             |
   | columns         | `List<String>` | no       | `*`           |
   
   
   ### jdbc_url [`String`]
   
   The URL of JDBC of Apache Druid.
   
   ### datasource [`String`]
   
   The DataSource name in Apache Druid.
   
   ### start_timestamp [`Long`]
   
   The start timestamp of DataSource.
   
   ### end_timestamp [`Long`]
   
   The end timestamp of DataSource.
   
   ### columns [`List<String>`]
   
   These columns that you want to query of DataSource.
   
   ### common options [string]
   
   Source Plugin common parameters, refer to [Source Plugin](./source-plugin.md) for details
   
   ## Example
   
   ```bash
   druid {
       jdbc_url = "jdbc:avatica:remote:url=http://localhost:8082/druid/v2/sql/avatica/"
       datasource = "wikipedia"
       start_timestamp = 1464710400
       end_timestamp = 1467302400
       columns = ["flags","page"]
   }
   ```
   
   
   
   ### 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] garyelephant commented on issue #922: [Feature][Module Name] Apache Druid Source Plugin

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


   @asdf2014 please feel free to submit your PR, also don't forget to add documents


-- 
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] CalvinKirs closed issue #922: [Feature][Module Name] Apache Druid Source Plugin

Posted by GitBox <gi...@apache.org>.
CalvinKirs closed issue #922:
URL: https://github.com/apache/incubator-seatunnel/issues/922


   


-- 
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 #922: [Feature][Module Name] Apache Druid Source Plugin

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


   Hi, @garyelephant . I just submitted the related PR and linked it to this issues, please take a look, thanks a lot.


-- 
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