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

Isn't this the same as CRDT libs like automerge are doing ?
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.