from Hacker News

Logical Replication from Postgres to Iceberg

by plaur782 on 4/23/25, 1:12 PM with 1 comments

  • by pg_2023 on 4/23/25, 2:39 PM

    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.