Search:

Event Sourcing

Is the primary enabler of Eventually Consistent systems. Instead of writing CRUD/Entity based microservices, Eventsourcing helps to keep event fragments and gives ability to replay past and reproduce now to reach desired consistent state. It also eliminates the need of audit logs.

Our open source framework – splitet helps to build Eventsourcing easier.