@@ -26,7 +26,7 @@ DataX本身作为数据同步框架,将不同数据源的同步抽象为从源
2626
2727# Quick Start
2828
29- ##### Download [ DataX下载地址] ( https://datax-opensource.oss-cn-hangzhou.aliyuncs.com/202210 /datax.tar.gz )
29+ ##### Download [ DataX下载地址] ( https://datax-opensource.oss-cn-hangzhou.aliyuncs.com/202303 /datax.tar.gz )
3030
3131
3232##### 请点击:[ Quick Start] ( https://github.com/alibaba/DataX/blob/master/userGuid.md )
@@ -70,6 +70,7 @@ DataX目前已经有了比较全面的插件体系,主流的RDBMS数据库、N
7070| | Databend | | √ | [ 写] ( https://github.com/alibaba/DataX/blob/master/databendwriter/doc/databendwriter.md ) |
7171| | Hive | √ | √ | [ 读] ( https://github.com/alibaba/DataX/blob/master/hdfsreader/doc/hdfsreader.md ) 、[ 写] ( https://github.com/alibaba/DataX/blob/master/hdfswriter/doc/hdfswriter.md ) |
7272| | kudu | | √ | [ 写] ( https://github.com/alibaba/DataX/blob/master/hdfswriter/doc/hdfswriter.md ) |
73+ | | selectdb | | √ | [ 写] ( https://github.com/alibaba/DataX/blob/master/selectdbwriter/doc/selectdbwriter.md ) |
7374| 无结构化数据存储 | TxtFile | √ | √ | [ 读] ( https://github.com/alibaba/DataX/blob/master/txtfilereader/doc/txtfilereader.md ) 、[ 写] ( https://github.com/alibaba/DataX/blob/master/txtfilewriter/doc/txtfilewriter.md ) |
7475| | FTP | √ | √ | [ 读] ( https://github.com/alibaba/DataX/blob/master/ftpreader/doc/ftpreader.md ) 、[ 写] ( https://github.com/alibaba/DataX/blob/master/ftpwriter/doc/ftpwriter.md ) |
7576| | HDFS | √ | √ | [ 读] ( https://github.com/alibaba/DataX/blob/master/hdfsreader/doc/hdfsreader.md ) 、[ 写] ( https://github.com/alibaba/DataX/blob/master/hdfswriter/doc/hdfswriter.md ) |
@@ -108,6 +109,12 @@ DataX目前已经有了比较全面的插件体系,主流的RDBMS数据库、N
108109
109110DataX 后续计划月度迭代更新,也欢迎感兴趣的同学提交 Pull requests,月度更新内容会介绍介绍如下。
110111
112+ - [ datax_v202303] (https://github.com/alibaba/DataX/releases/tag/datax_v202303 )
113+ - 精简代码
114+ - 新增插件(adbmysqlwriter、databendwriter、selectdbwriter)
115+ - 优化插件、修复问题(sqlserver、hdfs、cassandra、kudu、oss)
116+ - fastjson 升级到 fastjson2
117+
111118- [ datax_v202210] (https://github.com/alibaba/DataX/releases/tag/datax_v202210 )
112119 - 涉及通道能力更新(OceanBase、Tdengine、Doris等)
113120
0 commit comments