pingcap-inc / tidb2dw

Replicate data changes from TiDB to Data Warehouses in real-time
MIT License
13 stars 7 forks source link

[enhancement: cloud] S3 as the only contact point #46

Closed zhangjinpeng87 closed 1 year ago

zhangjinpeng87 commented 1 year ago

Background

Currently tidb2dw need to connect to upstream database(TiDB) as well as send request to TiCDC to issue the incremental sinking. And tidb2dw need a lot of upstream context, this is not convenient when we deploy tidb2dw as a cloud service.

Proposal

Lloyd-Pottiger commented 1 year ago

close by #53