Functional (not production ready at all!) library to build simple EventSourcing app
- Travis CI
- GitHub Pages documentation
- GitHub daggerok/functional-cqrs-es repository
- Implement
Command(s) andEvent(s) - Implement
Aggregate - Override
handleandonmethods og theAggregate - Bootstrap application context with
Configurer - Register creation
Commandfor anAggregate
::: tip
See samples/aggregate example project for details
:::
./gradlew./gradlew incrementVersion./gradlew npm_run_build