reele opened a new issue #5925: URL: https://github.com/apache/dolphinscheduler/issues/5925
**About migrating to DolphinScheduler** It is believed that many users are attracted by the functions of DS, but not everyone can easily migrate the original scheduling configuration to DS, especially the scheduling platform with thousands of jobs such as data warehouse. Most users really need a tool for easy data migration, and I am one of them, and I need to migrate more than 6000 jobs. So after reading most of the code, I wrote a simple script, which can directly generate the job information of batch configuration into the database. Of course, I will continue to migrate my flows in Azkaban to DS: - https://github.com/reele/process_definition_import_tool **Therefore, is it necessary to add a common template import interface in DS, so that the data of other scheduling platforms can be formatted and exported, and then directly imported into DS? Or implement a common stand-alone tool for data conversion?** **Which version of DolphinScheduler:** -[1.3.6-release] --- **关于迁移到 DolphinScheduler** 相信有很多用户都被DS的功能所吸引,但并不是所有人都能便捷的将原有的调度配置迁移至DS,尤其是数据仓库这类拥有数千个作业的调度平台。 大多数用户确实需要一个便捷数据迁移的工具,我就是其中之一,而且我需要迁移的作业数达到6000多个。 所以我在看过大部分代码之后,写了一个简单的脚本,可以将批量配置的作业信息直接生成到数据库中,当然后续我也准备继续把我在Azkaban中的配置也迁移至DS: - https://github.com/reele/process_definition_import_tool **所以,是否有必要在DS中加一个通用模版导入的接口,可以实现其他调度平台的数据格式化导出,然后直接导入至DS?再或者实现一个通用的独立工具用来做数据转换?** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
