TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Postgres dump to Apache Iceberg, OLake got one step closer

2 pointsby pkhodiyar2 months ago

1 comment

pkhodiyar2 months ago
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!