Are there any good resources of using CQRS/EventSourcing in an Elixir/Phoenix application?
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:
Feel free to be the first to add video notes to them
Some repos:
- Curated List for Event Sourcing and CQRS
- A message queue framework with support for middleware and multiple adapters.
2 Likes
@ohm’s thread may also be worth a look:
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!
3 Likes