想要在kettle中将旧数据库(mysql)中的数据导入到新数据库(mysql)中

发布于 2024-10-30 16:00:51 字数 157 浏览 0 评论 0原文

你好,我有一个场景,我有一个数据库转储,我想将其导入到我的新 Rails Web 应用程序数据库中,我已经使用了 activerecord etl gem,但现在的需求是使用 Kettle etl 来导入数据。我不知道水壶有人可以帮助我或链接我的教程,通过遵循它我可以完成我的工作吗? 提前致谢 :)

Hi i have a scenerio i have a database dump which i want to import in my new rails web applications database i have used activerecord etl gem but now the demand is that use kettle etl for importing the data. i have no idea of kettle can someone help me or link me the tutorials from where by following it i can do my job?
thanks in advance :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空城旧梦 2024-11-06 16:00:51

其实这很容易。只需使用表输入从当前 MySQL 表读取,进行一些转换,将其通过管道传输到表输出。在“表输出”中,将其指向目标 MySQL 连接,填写表名称,然后单击“生成 SQL”按钮来执行生成的 DML。

例如,您可以看到我的文章中的 Excel 到 MySQL 的示例,但该操作可以轻松转换为 MySQL-MySQL 迁移。 (该网站是印度尼西亚语 - 您可以使用谷歌翻译器进行翻译)

http: //pentaho.phi-integration.com/kettle/export-excel-ke-mysql

Actually it's very easy. Just use Table Input to read from current MySQL Table, do some transformation, pipe it to Table Output. In the Table Output, point it to target MySQL connection, fill in the table name and click "Generate SQL" button to execute the DML generated.

For example you can see my article for a sample Excel to MySQL, but the operation can easily converted for MysQL-MySQL migration. (The site is in Indonesian - you can translate it using Google Translator)

http://pentaho.phi-integration.com/kettle/export-excel-ke-mysql

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文