diff --git a/README.md b/README.md index 4ee1d7fd..a8ba211b 100644 --- a/README.md +++ b/README.md @@ -69,11 +69,11 @@ DataX阿里在开源的时候并未提供任何可视化界面,我们在使用 #### 详情请点击:[User Guid](https://github.com/WeiYe-Jing/datax-web/blob/master/userGuid.md) ### 5.执行器配置(使用开源项目xxl-job) -![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/executor.png) +![](http://q7vnain67.bkt.clouddn.com/executor.png) - 1、"调度中心OnLine:"右侧显示在线的"调度中心"列表, 任务执行结束后, 将会以failover的模式进行回调调度中心通知执行结果, 避免回调的单点风险; - 2、"执行器列表" 中显示在线的执行器列表, 可通过"OnLine 机器"查看对应执行器的集群机器; #### 执行器属性说明 -![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/add_executor.png) +![](http://q7vnain67.bkt.clouddn.com/add_executor.png) ``` 1、AppName: (与datax-executor中application.yml的datax.job.executor.appname保持一致) 每个执行器集群的唯一标示AppName, 执行器会周期性以AppName为对象进行自动注册。可通过该配置自动发现注册成功的执行器, 供任务调度时使用; @@ -89,22 +89,22 @@ DataX阿里在开源的时候并未提供任何可视化界面,我们在使用 ### 7. 启动成功后打开页面(默认管理员用户名:admin 密码:123456) http://localhost:8080/index.html#/dashboard -![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/dashboard.png) +![](http://q7vnain67.bkt.clouddn.com/dashboard.png) ### 8. 构建JSON脚本 JSON构建目前支持的数据源有hive,mysql,oracle,postgresql,sqlserver,hbase,mongodb其它数据源的JSON构建正在开发中,暂时需要手动编写。 -![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/build.png) +![](http://q7vnain67.bkt.clouddn.com/build.png) ### 9. 创建任务 #### DataX任务 -![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/datax.png) +![](http://q7vnain67.bkt.clouddn.com/datax.png) #### Shell任务 -![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/shell.png) +![](http://q7vnain67.bkt.clouddn.com/shell.png) #### Python任务 -![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/python.png) +![](http://q7vnain67.bkt.clouddn.com/python.png) #### PowerShell任务 -![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/powershell.png) +![](http://q7vnain67.bkt.clouddn.com/powershell.png) - 任务类型:目前支持DataX任务、Shell任务、Python任务、PowerShell任务; - 阻塞处理策略:调度过于密集执行器来不及处理时的处理策略; @@ -117,17 +117,17 @@ JSON构建目前支持的数据源有hive,mysql,oracle,postgresql,sqlserver,hbas - [分区参数设置](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/datax-web/%E5%88%86%E5%8C%BA%E5%8A%A8%E6%80%81%E4%BC%A0%E5%8F%82%E4%BD%BF%E7%94%A8.md) ### 10. 任务列表 -![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/job.png) +![](http://q7vnain67.bkt.clouddn.com/job.png) ### 11. 可以点击查看日志,实时获取日志信息,终止正在执行的datax进程 -![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/job_log.png) -![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/log_detail.png) +![](http://q7vnain67.bkt.clouddn.com/job_log.png) +![](http://q7vnain67.bkt.clouddn.com/log_detail.png) ### 12. admin可以创建用户,编辑用户信息 -![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/user.png) +![](http://q7vnain67.bkt.clouddn.com/user.png) ### 13.DataX JSON样例([样例地址](https://github.com/WeiYe-Jing/datax-web/blob/dev/doc/db/demo_job_info.sql)) -![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/json_demo.png) +![](http://q7vnain67.bkt.clouddn.com/json_demo.png) ## Linux部署说明 Quick Start操作完前四步之后 @@ -177,7 +177,7 @@ This product is open source and free, and will continue to provide free communit ## 项目规划 -![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/plan.png) +![](http://q7vnain67.bkt.clouddn.com/plan.png) ## Contact us ### QQ交流群 776939467 diff --git a/doc/datax-web/使用idea启动Datax.md b/doc/datax-web/使用idea启动Datax.md index d0d28ca9..a9ce34da 100644 --- a/doc/datax-web/使用idea启动Datax.md +++ b/doc/datax-web/使用idea启动Datax.md @@ -1,4 +1,4 @@ -![](https://raw.githubusercontent.com/peter1040080742/picbed/master/20190407000709.png) +![](http://q7vnain67.bkt.clouddn.com/idea_start_datax.png) ## vm option 需要写上你用maven打包后生成的target目录 diff --git a/doc/datax-web/分区动态传参使用.md b/doc/datax-web/分区动态传参使用.md index cfa70bf8..6c7f9817 100644 --- a/doc/datax-web/分区动态传参使用.md +++ b/doc/datax-web/分区动态传参使用.md @@ -1,7 +1,7 @@ # DataX增量动态参数抽取数据到动态参数分区 ## DataX Web配置 -![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/partition.png.png) +![](http://q7vnain67.bkt.clouddn.com/partition.png) ## DataX Json配置 diff --git a/doc/datax-web/动态参数完成增量抽取.md b/doc/datax-web/动态参数完成增量抽取.md index ed592a01..6faf170c 100644 --- a/doc/datax-web/动态参数完成增量抽取.md +++ b/doc/datax-web/动态参数完成增量抽取.md @@ -67,7 +67,7 @@ datax.json - 拼接结果: -p "-DlastTime=1577009172 -DcurrentTime=1577023572" - JVM启动参数拼接结果为: -j "-Xms2G -Xmx2G" ## Demo -![](https://github.com/WeiYe-Jing/datax-web/blob/master/doc/img/add_job_param.png) +![](http://q7vnain67.bkt.clouddn.com/add_job_param.png) ## Datax启动命令 ```shell diff --git a/doc/img/add_executor.png b/doc/img/add_executor.png deleted file mode 100644 index c54cc0b4..00000000 Binary files a/doc/img/add_executor.png and /dev/null differ diff --git a/doc/img/add_job.png b/doc/img/add_job.png deleted file mode 100644 index 118cf41d..00000000 Binary files a/doc/img/add_job.png and /dev/null differ diff --git a/doc/img/add_job_param.png b/doc/img/add_job_param.png deleted file mode 100644 index 5f82a5f5..00000000 Binary files a/doc/img/add_job_param.png and /dev/null differ diff --git a/doc/img/build.png b/doc/img/build.png deleted file mode 100644 index 89b3ab84..00000000 Binary files a/doc/img/build.png and /dev/null differ diff --git a/doc/img/dashboard.png b/doc/img/dashboard.png deleted file mode 100644 index fccbaab8..00000000 Binary files a/doc/img/dashboard.png and /dev/null differ diff --git a/doc/img/datax.png b/doc/img/datax.png deleted file mode 100644 index bf2ca2fe..00000000 Binary files a/doc/img/datax.png and /dev/null differ diff --git a/doc/img/executor.png b/doc/img/executor.png deleted file mode 100644 index f9570f82..00000000 Binary files a/doc/img/executor.png and /dev/null differ diff --git a/doc/img/job.png b/doc/img/job.png deleted file mode 100644 index 3ea5073b..00000000 Binary files a/doc/img/job.png and /dev/null differ diff --git a/doc/img/job_log.png b/doc/img/job_log.png deleted file mode 100644 index 79e8dd08..00000000 Binary files a/doc/img/job_log.png and /dev/null differ diff --git a/doc/img/json_demo.png b/doc/img/json_demo.png deleted file mode 100644 index 5d9de035..00000000 Binary files a/doc/img/json_demo.png and /dev/null differ diff --git a/doc/img/log_detail.png b/doc/img/log_detail.png deleted file mode 100644 index 5f20b6a4..00000000 Binary files a/doc/img/log_detail.png and /dev/null differ diff --git a/doc/img/partition.png b/doc/img/partition.png deleted file mode 100644 index e5df04fc..00000000 Binary files a/doc/img/partition.png and /dev/null differ diff --git a/doc/img/plan.png b/doc/img/plan.png deleted file mode 100644 index 3a8ad806..00000000 Binary files a/doc/img/plan.png and /dev/null differ diff --git a/doc/img/powershell.png b/doc/img/powershell.png deleted file mode 100644 index f601e08d..00000000 Binary files a/doc/img/powershell.png and /dev/null differ diff --git a/doc/img/python.png b/doc/img/python.png deleted file mode 100644 index 19d29f4b..00000000 Binary files a/doc/img/python.png and /dev/null differ diff --git a/doc/img/shell.png b/doc/img/shell.png deleted file mode 100644 index 04777287..00000000 Binary files a/doc/img/shell.png and /dev/null differ diff --git a/doc/img/user.png b/doc/img/user.png deleted file mode 100644 index efe33bdb..00000000 Binary files a/doc/img/user.png and /dev/null differ