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
e47dc1d7
Commit
e47dc1d7
authored
Jun 07, 2018
by
云时
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add datax plugin dev wiki
parent
53aea512
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
473 additions
and
2 deletions
+473
-2
README
README
+0
-0
README.md
README.md
+1
-1
dataxPluginDev.md
dataxPluginDev.md
+471
-0
plugin_dev_guide_1.png
images/plugin_dev_guide_1.png
+0
-0
plugin_dev_guide_2.png
images/plugin_dev_guide_2.png
+0
-0
plugin_dev_guide_3.png
images/plugin_dev_guide_3.png
+0
-0
userGuid.md
userGuid.md
+1
-1
No files found.
README
deleted
100755 → 0
View file @
53aea512
README.md
View file @
e47dc1d7
...
@@ -55,7 +55,7 @@ DataX目前已经有了比较全面的插件体系,主流的RDBMS数据库、N
...
@@ -55,7 +55,7 @@ DataX目前已经有了比较全面的插件体系,主流的RDBMS数据库、N
| | Elasticsearch | | √ |!
[
读
](
)
、!
[
写
](
)|
| | Elasticsearch | | √ |!
[
读
](
)
、!
[
写
](
)|
# 我要开发新的插件
# 我要开发新的插件
请点击:
[
DataX插件开发宝典
](
xxx
)
请点击:
[
DataX插件开发宝典
](
https://github.com/alibaba/DataX/blob/master/dataxPluginDev.md
)
# 项目成员
# 项目成员
...
...
dataxPluginDev.md
0 → 100644
View file @
e47dc1d7
This diff is collapsed.
Click to expand it.
images/plugin_dev_guide_1.png
0 → 100644
View file @
e47dc1d7
35.8 KB
images/plugin_dev_guide_2.png
0 → 100644
View file @
e47dc1d7
72.4 KB
images/plugin_dev_guide_3.png
0 → 100644
View file @
e47dc1d7
54.9 KB
userGuid.md
View file @
e47dc1d7
...
@@ -9,7 +9,7 @@ DataX本身作为数据同步框架,将不同数据源的同步抽象为从源
...
@@ -9,7 +9,7 @@ DataX本身作为数据同步框架,将不同数据源的同步抽象为从源
# System Requirements
# System Requirements
-
Linux
-
Linux
-
[
JDK(1.
6以上,推荐1.6
)
](
http://www.oracle.com/technetwork/cn/java/javase/downloads/index.html
)
-
[
JDK(1.
8以上,推荐1.8
)
](
http://www.oracle.com/technetwork/cn/java/javase/downloads/index.html
)
-
[
Python(推荐Python2.6.X)
](
https://www.python.org/downloads/
)
-
[
Python(推荐Python2.6.X)
](
https://www.python.org/downloads/
)
-
[
Apache Maven 3.x
](
https://maven.apache.org/download.cgi
)
(
Compile
DataX)
-
[
Apache Maven 3.x
](
https://maven.apache.org/download.cgi
)
(
Compile
DataX)
...
...
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