kestrel
kestrel copied to clipboard
Kotlin Framework for running event-sourced services
https://github.com/cultureamp/kestrel#sample-app The link to the sample app leads nowhere
This is a WIP and does a few things and is *best reviewed commit by commit* - Rename some of the different `Configuration.from` methods to be more specific to avoid...
- exposes events schema as a public field on event store, since this can be really useful - allows passing in a table name, since we might need to eg...
I was surprised that neither functions for aggregate creation/updates nor event processor updates are marked as `suspend`. I assume that this was a conscious decision - do you have some...