You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by "zhilinli123 (via GitHub)" <gi...@apache.org> on 2023/03/08 15:52:01 UTC

[GitHub] [incubator-seatunnel] zhilinli123 opened a new issue, #4309: [Feature][Module Name] Clickhouse supports spaced write and is relatively real-time data source friendly

zhilinli123 opened a new issue, #4309:
URL: https://github.com/apache/incubator-seatunnel/issues/4309

   ### 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
   
   Clickhouse supports spaced write and is relatively real-time data source friendly
   `env {
     # You can set spark configuration here
     execution.parallelism = 1
     job.mode = "STREAMING"
   }
   
   
   source {
       # This is a example source plugin **only for test and demonstrate the feature source plugin**
       FakeSource {
         parallelism = 2
         result_table_name = "fake"
         row.num = 100
         schema = {
           fields {
             id = "string"
             name= "string"
           }
         }
       }
   
      # If you would like to get more information about how to configure seatunnel and see full list of source plugins,
      # please go to https://seatunnel.apache.org/docs/category/source-v2
    }
   
   
   
   
   sink {
     Clickhouse {
       host = "localhost:8123"
       database = "default"
       table = "fake_tmp"
       username = "default"
       password = ""
       batch_interval_ms="2000"
   }
   }
   `
   
   ### Usage Scenario
   
   Clickhouse supports spaced write and is relatively real-time data source friendly
   
   
   
   ### 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.apache.org

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


[GitHub] [incubator-seatunnel] zhilinli123 commented on issue #4309: [Feature][Connector-V2][Clickhouse] Clickhouse supports spaced write and is relatively real-time data source friendly

Posted by "zhilinli123 (via GitHub)" <gi...@apache.org>.
zhilinli123 commented on issue #4309:
URL: https://github.com/apache/incubator-seatunnel/issues/4309#issuecomment-1464900588

   https://github.com/apache/incubator-seatunnel/pull/4328


-- 
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] github-actions[bot] commented on issue #4309: [Feature][Connector-V2][Clickhouse] Clickhouse supports spaced write and is relatively real-time data source friendly

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4309:
URL: https://github.com/apache/incubator-seatunnel/issues/4309#issuecomment-1513948212

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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] github-actions[bot] closed issue #4309: [Feature][Connector-V2][Clickhouse] Clickhouse supports spaced write and is relatively real-time data source friendly

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #4309: [Feature][Connector-V2][Clickhouse] Clickhouse supports spaced write and is relatively real-time data source friendly
URL: https://github.com/apache/incubator-seatunnel/issues/4309


-- 
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] github-actions[bot] commented on issue #4309: [Feature][Connector-V2][Clickhouse] Clickhouse supports spaced write and is relatively real-time data source friendly

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4309:
URL: https://github.com/apache/incubator-seatunnel/issues/4309#issuecomment-1502508018

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


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