|
|
|
Ask HN: Why don't more developers use event sourcing?
|
|
7 points
by dwmcc
1399 days ago
|
|
I have found event sourcing (https://martinfowler.com/eaaDev/EventSourcing.html) to be extremely powerful when building applications, however in my experience CRUD seems to be much more prevalent. Why do you think event sourcing isn't as common? |
|
I've always wanted to build a small tool on top of event sourcing, but as long as the app is small it should probably be ok. But if it scales up, there's lots of room for massive errors.
(Sorry I can't find the link)