Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update: 新增对达梦数据库的支持 #553 #417 #633 #663

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

devbiu
Copy link

@devbiu devbiu commented Jun 2, 2024

datax支持大部分的rdbms的读写,目前支持达梦、db2、PPAS、Sybase数据库的读取 查看官方介绍
通过在datax-web中增加dm类型的操作, 插件使用的RdbmsReader 和 RdbmsWriter 进行读写, 目前已经在本地测试通过, 流程如下:

  1. 增加达梦数据源的连接:
    image

  2. 构建Reader后构建Writer选择达梦数据源
    image

  3. 构建json, 可以看到这里使用的rdbmsWriter
    image

  4. 之后点击执行一次, 触发一次datax任务, 任务运行成功后, 查看dm目标表的数据如下
    image
    这里直接同步的datax-web的用户表信息, 可以看到同步成功

  5. 从达梦读数据也是同理, 测试可以同步成功, 这里不做展示

@devbiu devbiu changed the title update: 新增对达梦数据库的支持 #553 #417 update: 新增对达梦数据库的支持 #553 #417 #633 Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant