1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
dockerfiles/datax/README.md

35 lines
1.2 KiB
Markdown
Raw Normal View History

2020-06-18 07:44:18 +00:00
datax
=====
[DataX][1] is a data migration tool written by alibaba.
## up and running
```bash
2020-06-18 08:41:29 +00:00
$ alias datax='docker run --rm -v $PWD:/data -w /data vimagick/datax'
2020-06-18 07:44:18 +00:00
$ wget https://github.com/alibaba/DataX/raw/master/core/src/main/job/job.json
2020-06-18 08:41:29 +00:00
$ vi job.json
2020-06-18 07:44:18 +00:00
$ datax job.json
```
2020-06-18 08:41:29 +00:00
## example result
```
DataX (DATAX-OPENSOURCE-3.0), From Alibaba !
Copyright (C) 2010-2017, Alibaba Group. All Rights Reserved.
DataX 19890604 1989-06-04 08:00:00 true test
DataX 19890604 1989-06-04 08:00:00 true test
DataX 19890604 1989-06-04 08:00:00 true test
DataX 19890604 1989-06-04 08:00:00 true test
DataX 19890604 1989-06-04 08:00:00 true test
任务启动时刻 : 2020-06-18 08:39:38
任务结束时刻 : 2020-06-18 08:39:48
任务总计耗时 : 10s
任务平均流量 : 26B/s
记录写入速度 : 1rec/s
读出记录总数 : 10
读写失败总数 : 0
```
2020-06-18 07:44:18 +00:00
[1]: https://github.com/alibaba/DataX