Y
Hacker News
new
|
ask
|
show
|
jobs
by
_false
274 days ago
I'm a fan of event sourcing architecture [1]. This looks like a good backend for it.
[1]:
https://martinfowler.com/eaaDev/EventSourcing.html
1 comments
mentalgear
274 days ago
Isn't this the same as CRDT libs like automerge are doing ?
link
packetlost
274 days ago
No, event-sourcing is a subset of an implementation detail of some (most, maybe all?) CRDTs. An event-sourcing based system doesn't even need to be distributed, but often is.
link