Y
Hacker News
new
|
ask
|
show
|
jobs
by
mentalgear
274 days ago
Isn't this the same as CRDT libs like automerge are doing ?
1 comments
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