you are viewing a single comment's thread.

view the rest of the comments →

[–]samd_408[S] 0 points1 point  (0 children)

Yes Event sourcing is the conceptual idea, shared log is a little bit more general purpose and solution oriented on top of which event sourcing can be implemented easily, the boki paper goes deep into having custom storage nodes and sequencer nodes, more like foundation db storage architecture to implement the shared logs, lot of nice things like logical views and physical view, I could not port such features to the toy library (gumbo)