Get the latest tech news
Show HN: Pg_replicate – Build Postgres replication applications in Rust
Contribute to supabase/pg_replicate development by creating an account on GitHub.
For instance, DuckDbSink ensures that the change data capture (CDC) stream coming in from a source is materialized into tables in a DuckDB database. Finally, the data pipeline reports back the log sequence number (LSN) upto which the CDC stream has been copied in the sink to the PostgresSource. This allows the Postgres database to reclaim disk space by removing WAL segment files which are no longer required by the data sink.
Or read this on Hacker News