4 Comments

Regarding CRUD system vs event sourcing system, from this newsletter, I still can not figure out the differences, it seems that order table in CRUD system is the same as the event log in event sourcing system, and the only difference is that event sourcing system adds an additional order view, but this view could be easily built in CRUD system too.

Expand full comment

We are investigating scylladb vs redis at my job, curious if any of you have thoughts on choosing one over the other for fast search functionality.

Expand full comment