johanhaleby / occurrent

Unintrusive Event Sourcing Library for the JVM
https://occurrent.org
120 stars 16 forks source link

"State-Based" Event Store #74

Open MateuszNaKodach opened 3 years ago

MateuszNaKodach commented 3 years ago

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?

johanhaleby commented 3 years ago

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.