Postgres 的 ETL 选项

发布于 2024-10-10 11:36:47 字数 1539 浏览 0 评论 0原文

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

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

发布评论

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

评论(2

楠木可依 2024-10-17 11:36:47

您可以尝试Pentaho Data Integration(PDI,以前称为kettle)。

社区版是免费的。

它有一个类似于SSIS的GUI,经过简短的介绍后就很容易使用。

它是一个 Java 应用程序,并且使用原始的本机 postgresql JDBC 驱动程序 - 性能至少应与 SSIS 相当。

PDI CE 下载:http://sourceforge.net/projects/pentaho/files/

You can try Pentaho Data Integration (PDI, formerly, kettle).

Community Edition is free.

It has a GUI similar to SSIS, easy to use after a short introduction.

It is a Java application, and it uses original, native postgresql JDBC driver - performance should be at least comparable to SSIS.

PDI CE download: http://sourceforge.net/projects/pentaho/files/

稀香 2024-10-17 11:36:47

我们最终使用了CloverETL。按照罐头上的说明进行操作:

CloverETL® 是从开源桌面扩展到商业云集群的数据集成平台。
它是一个基于 Java 的开放平台,可帮助设计、自动化和监控数据集成流程。

We ended up using CloverETL. Does what it says on the tin:

CloverETL® is data integration platform scaling from open source desktop to a commercial cloud cluster.
It's a Java-based open platform that helps design, automate, and monitor data integration processes.

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