Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DataX
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
risk-feature
DataX
Commits
baee63f8
Commit
baee63f8
authored
Feb 02, 2018
by
shf
Browse files
Options
Browse Files
Download
Plain Diff
fix doc
parents
7ec3fb68
7b5c3564
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
181 additions
and
25 deletions
+181
-25
README.md
README.md
+23
-25
introduction.md
introduction.md
+150
-0
package.xml
package.xml
+7
-0
pom.xml
pom.xml
+1
-0
No files found.
README.md
View file @
baee63f8
...
@@ -24,10 +24,7 @@ DataX本身作为数据同步框架,将不同数据源的同步抽象为从源
...
@@ -24,10 +24,7 @@ DataX本身作为数据同步框架,将不同数据源的同步抽象为从源
##### Download [DataX下载地址](http://datax-opensource.oss-cn-hangzhou.aliyuncs.com/datax.tar.gz)
##### Download [DataX下载地址](http://datax-opensource.oss-cn-hangzhou.aliyuncs.com/datax.tar.gz)
##### 请点击:[Quick Start](https://github.com/alibaba/DataX/wiki/Quick-Start)
##### 请点击:[Quick Start](https://github.com/alibaba/DataX/blob/master/userGuid.md)
*
[
配置示例:从MySQL读取数据 写入ODPS
](
https://github.com/alibaba/DataX/wiki/Quick-Start
)
*
[
配置定时任务
](
https://github.com/alibaba/DataX/wiki/%E9%85%8D%E7%BD%AE%E5%AE%9A%E6%97%B6%E4%BB%BB%E5%8A%A1%EF%BC%88Linux%E7%8E%AF%E5%A2%83%EF%BC%89
)
*
[
动态传入参数
](
https://github.com/alibaba/DataX/wiki/%E5%8A%A8%E6%80%81%E4%BC%A0%E5%85%A5%E5%8F%82%E6%95%B0
)
...
@@ -35,29 +32,30 @@ DataX本身作为数据同步框架,将不同数据源的同步抽象为从源
...
@@ -35,29 +32,30 @@ DataX本身作为数据同步框架,将不同数据源的同步抽象为从源
DataX目前已经有了比较全面的插件体系,主流的RDBMS数据库、NOSQL、大数据计算系统都已经接入,目前支持数据如下图,详情请点击:
[
DataX数据源参考指南
](
https://github.com/alibaba/DataX/wiki/DataX-all-data-channels
)
DataX目前已经有了比较全面的插件体系,主流的RDBMS数据库、NOSQL、大数据计算系统都已经接入,目前支持数据如下图,详情请点击:
[
DataX数据源参考指南
](
https://github.com/alibaba/DataX/wiki/DataX-all-data-channels
)
| 类型 | 数据源 | Reader(读) | Writer(写) |
| 类型 | 数据源 | Reader(读) | Writer(写) |文档|
| ------------ | ---------- | :-------: | :-------: |
| ------------ | ---------- | :-------: | :-------: |:-------: |
| RDBMS 关系型数据库 | Mysql | √ | √ |
| RDBMS 关系型数据库 | MySQL | √ | √ |!
[
读
](
https://github.com/alibaba/DataX/blob/master/mysqlreader/doc/mysqlreader.md
)
、!
[
写
](
https://github.com/alibaba/DataX/blob/master/mysqlwriter/doc/mysqlwriter.md
)
|
| | Oracle | √ | √ |
| | Oracle | √ | √ |!
[
读
](
)
、!
[
写
](
)|
| | SqlServer | √ | √ |
| | SQLServer | √ | √ |!
[
读
](
)
、!
[
写
](
)|
| | Postgresql | √ | √ |
| | PostgreSQL | √ | √ |!
[
读
](
)
、!
[
写
](
)|
| | DRDS | √ | √ |
| | DRDS | √ | √ |!
[
读
](
)
、!
[
写
](
)|
| | 达梦 | √ | √ |
| | 达梦 | √ | √ |!
[
读
](
)
、!
[
写
](
)|
| 阿里云数仓数据存储 | ODPS | √ | √ |
| | 通用RDBMS(支持所有关系型数据库) | √ | √ |!
[
读
](
)
、!
[
写
](
)|
| | ADS | | √ |
| 阿里云数仓数据存储 | ODPS | √ | √ |!
[
读
](
)
、!
[
写
](
)|
| | OSS | √ | √ |
| | ADS | | √ |!
[
读
](
)
、!
[
写
](
)|
| | OCS | √ | √ |
| | OSS | √ | √ |!
[
读
](
)
、!
[
写
](
)|
| NoSQL数据存储 | OTS | √ | √ |
| | OCS | √ | √ |!
[
读
](
)
、!
[
写
](
)|
| | Hbase0.94 | √ | √ |
| NoSQL数据存储 | OTS | √ | √ |!
[
读
](
)
、!
[
写
](
)|
| | Hbase1.1 | √ | √ |
| | Hbase0.94 | √ | √ |!
[
读
](
)
、!
[
写
](
)|
| | MongoDB | √ | √ |
| | Hbase1.1 | √ | √ |!
[
读
](
)
、!
[
写
](
)|
| 无结构化数据存储 | TxtFile | √ | √ |
| | MongoDB | √ | √ |!
[
读
](
)
、!
[
写
](
)|
| | FTP | √ | √ |
| 无结构化数据存储 | TxtFile | √ | √ |!
[
读
](
)
、!
[
写
](
)|
| | HDFS | √ | √ |
| | FTP | √ | √ |!
[
读
](
)
、!
[
写
](
)|
| | HDFS | √ | √ |!
[
读
](
)
、!
[
写
](
)|
| | Elasticsearch | | √ |!
[
读
](
)
、!
[
写
](
)|
# 我要开发新的插件
# 我要开发新的插件
请点击:
[
DataX插件开发宝典
](
https://github.com/alibaba/DataX/wiki/DataX%E6%8F%92%E4%BB%B6%E5%BC%80%E5%8F%91%E5%AE%9D%E5%85%B8
)
请点击:
[
DataX插件开发宝典
](
xxx
)
# 项目成员
# 项目成员
...
...
introduction.md
0 → 100644
View file @
baee63f8
This diff is collapsed.
Click to expand it.
package.xml
View file @
baee63f8
...
@@ -294,5 +294,12 @@
...
@@ -294,5 +294,12 @@
</includes>
</includes>
<outputDirectory>
datax
</outputDirectory>
<outputDirectory>
datax
</outputDirectory>
</fileSet>
</fileSet>
<fileSet>
<directory>
elasticsearchwriter/target/datax/
</directory>
<includes>
<include>
**/*.*
</include>
</includes>
<outputDirectory>
datax
</outputDirectory>
</fileSet>
</fileSets>
</fileSets>
</assembly>
</assembly>
pom.xml
View file @
baee63f8
...
@@ -83,6 +83,7 @@
...
@@ -83,6 +83,7 @@
<module>
hbase11xwriter
</module>
<module>
hbase11xwriter
</module>
<module>
hbase094xwriter
</module>
<module>
hbase094xwriter
</module>
<module>
hbase11xsqlwriter
</module>
<module>
hbase11xsqlwriter
</module>
<module>
elasticsearchwriter
</module>
<!-- common support module -->
<!-- common support module -->
<module>
plugin-rdbms-util
</module>
<module>
plugin-rdbms-util
</module>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment