|
|
|
|
|
by 12_throw_away
237 days ago
|
|
Very excited to see how this progresses! Honestly, it's always a little surprising to me that event store architectures aren't more widely used. The article is extremely correct about why: > there's absolutely no clear cut way of approaching it for new projects That's definitely my experience - there's no open source "batteries-included" event store where you can just `docker compose up` and start sourcing your events right away. (Maybe KurrentDB née EventStoreDB might offer something like this? But unfortunately, it has a weird license and feels heavily pivoted towards SaaS). And if you want to implement it yourself, a lot of the writing about event stores comes from the the Enterprise Design Patterns™ world. |
|
I think a community, open source built project in Rust has been a missing piece I can hopefully help to solve.