wellhope 在 实现多源多目标数据定制化同步工具 中发帖
分享纯手撸的数据同步代码;使用DataX进行优化调整,只需要简单配置参数即可实现快速源到目标数据库数据的同步功能;支持多种数据源。
optional arguments:
-h, --help show this help message and exit
-s {hive,mysql,postgresql,hologres,doris}, --source-type {hive,mysql,postgresql,hologres,doris}
源数据源类型
-t {hive,mysql,postgresql,hologres,doris,oss,sftp}, --target-type {hive,mysql,postgresql,hologres,doris,oss,sftp}
目标数据源类型
-S SOURCE_TABLE, --source-ta...