TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Postgres dump to Apache Iceberg, OLake got one step closer

2 点作者 pkhodiyar2 个月前

1 comment

pkhodiyar2 个月前
It gives me immense joy to announce that we OLake’s (olake.io&#x2F;docs) now supports Postgres as a data souce. Now you can:<p>1. Sync Postgres -&gt; AWS S3 in parquet format [JSON dump and Level 1 flattened data support] 2. Sync Postgres -&gt; Iceberg [in a few days, schema evolution support of Iceberg] 3. Sync Postgres -&gt; Local Filestorage with everything we support for S3.<p>Want to test it out locally? Sync Postgres via OLake -&gt; MinIO (using JDBC catalog) -&gt; Query using Engines that support Iceberg V2 tables [doc launching pretty soon]<p>We talked with 100s of DE’s to understand their pain point and the two major issues for them were replicating Postgres and MySQL to a lakehouse format. They said, we delivered.<p>Our source connectors and writers are independent, meaning that after Apache Iceberg writers are being supported (PR - <a href="https:&#x2F;&#x2F;github.com&#x2F;datazip-inc&#x2F;olake&#x2F;pull&#x2F;113" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;datazip-inc&#x2F;olake&#x2F;pull&#x2F;113</a>), any new connector will be able to dump to Iceberg with minimal changes!