Hacker News new | ask | show | jobs
by cpursley 896 days ago
Good stuff, I'm a little obsessed with Postgres replication and the WAL (write ahead log).

If you're an Elixir user, you might find my library for subscribing to Postgres WAL events useful: https://github.com/cpursley/walex

It's a lot easier to operate than the typical debezium setup (which is what I think Airbyte uses behind the scenes).

I need to write a guide on how to use WalEx with Neon.

1 comments

Looks cool. I appreciate the support for all replica identity settings!