Hacker News new | ask | show | jobs
by kragen 507 days ago
Thanks! Does the article accurately describe the PITA in your experience? Because it seems to say that it's separable from the core architectural principle of event sourcing.
1 comments

In my experience most event-sourcing was implemented as storing versions of objects (it came from the OOP camp). All the consistency checks had to be done manually in imperative code across countless classes. Many large investment banks use it. And then all the actual DB stuff has to be exported to SQL or other actual database engines to be processed properly.
No true Scotsman! No true Scotsman!

(Which is to say, that sure isn't what I thought "event sourcing" was.)