Skip to content

Commit

Permalink
docs: add WalEx to the phoenix integration page (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpursley authored Sep 20, 2023
1 parent 9603c24 commit 09fd4e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/integrations/backend/phoenix.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ end
There are quite a few options in Elixir for event sourcing. Two to flag up include:

- [cainophile/cainophile](https://github.com/cainophile/cainophile) for consuming a logical replication stream
- [cpursley/walex](https://github.com/cpursley/walex) for listening to Postgres change events and doing stuff directly in Elixir
- [Oban](https://hexdocs.pm/oban/Oban.html) for running jobs in response to database writes

You can also see the [Electric source code for consuming Postgres logical replication](https://github.com/electric-sql/electric/blob/main/components/electric/lib/electric/replication/postgres/logical_replication_producer.ex).

0 comments on commit 09fd4e7

Please sign in to comment.