The final trick when moving from Rails CRUD to Event Sourcing

Author:
Source

Did you ever wonder how to actually switch the model from the CRUD one to EventSourcing? There’s one thing you should consider. The initial event that has to be published for existing data. Also called the opening balance.

Read more