Consider implementation of event store which maps events to database record UPDATES.
It may allow using benefits of occurent without being forced to introduce Event Sourcing.
Would it be profitable? What about cloud events in this case?
Is this essentially something like a "snapshot repository" that stores the snapshot as a "blob/document"? If we can do this in a generic fashion it would be a nice building block.
Consider implementation of event store which maps events to database record UPDATES. It may allow using benefits of occurent without being forced to introduce Event Sourcing. Would it be profitable? What about cloud events in this case?