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
handle
andon
methods og theAggregate
- Bootstrap application context with
Configurer
- Register creation
Command
for anAggregate
::: tip
See samples/aggregate
example project for details
:::
./gradlew
./gradlew incrementVersion
./gradlew npm_run_build