cpursley / walex

Postgres change events (CDC) in Elixir
MIT License
282 stars 14 forks source link

Swap out epgsql for Postgrex Replication #1

Closed cpursley closed 1 year ago

cpursley commented 2 years ago

Swap out epgsql now that Postgrex has native Replication

https://github.com/elixir-ecto/postgrex/pull/575

cpursley commented 1 year ago

https://www.youtube.com/watch?v=QubB19Dnxh0

https://github.com/chasers/postgrex_replication_demo

^ See for refactor ideas

cpursley commented 1 year ago

More info: https://www.erlang-solutions.com/blog/change-data-capture-with-postgres-elixir/