Live data from Hacker News

Logical Replication from Postgres to Iceberg

crunchydata.com

1–2 of 2 posts

Re: Logical Replication from Postgres to Iceberg

#2
Lol ; I was currently building something quite similar with vibe coding.

Using pgx + pglogrepl in Golang read logical changes - pgoutput Insert into s3 tables.

Advantage here is that we run everything on AWS, and can't install certain extensions in postgres itself.

+ Every little cpu I can save of postgres would want that.