|
|
|
|
|
by porker
3551 days ago
|
|
> if your event streams contain mostly CRUD (possibly ANY) then you're most likely applying it incorrectly. Its not just a version history of your data. Thanks for that. I'd made that mistake: I have a system which now needs to become distributed (a copy of it goes offline for a couple of weeks, and has to merge back into the main datastore) and keep a history of changes. It's currently CRUD backed by MySQL, and I'd latched onto event sourcing as what I'd need. > The event type itself is data, which provides context and semantics over and above the notion of writes and deletes. OK, going to have to get my head around that :) |
|
[1]https://www.youtube.com/watch?v=LDW0QWie21s