Are there any good resources of using CQRS/EventSourcing in an Elixir/Phoenix application?

Are there any good resources of using CQRS/EventSourcing in an Elixir/Phoenix application?

2 Likes

Corresponding tweet for this thread:

Share link for this tweet.

1 Like

I have in my queue the following videos to watch and take video notes on them:

The Many Meanings of Event-Driven Architecture • Martin Fowler:
Screenshot from 2021-04-01 21-13-32

Event Sourcing in Real World:
Screenshot from 2021-04-01 21-07-29

CQRS and Event Sourcing
Screenshot from 2021-04-01 21-20-31

Feel free to be the first to add video notes to them :slight_smile:

Some repos:

2 Likes

@ohm’s thread may also be worth a look:

:smiley:

2 Likes

You want to check out Commanded and run through its resources for sure. I would strongly encourage building a toy app with it to get the feel for it. That exercise is precisely what helped me “get” event sourcing.

3 Likes

Thank you for these! :slight_smile:

3 Likes

I found this book by the creator of Commanded. Sadly it does seem like it’s incomplete (last updated in 2019). Might be a good resource? The repo seems to be updated.

3 Likes