functional CQRS / event sourcing
Functional (not production ready at all!) library to build simple EventSourcing app
- Travis CI
- GitHub Pages documentation
- GitHub daggerok/functional-cqrs-es repository
TODO
- 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
build
./gradlew
increment version
./gradlew incrementVersion
build GitHub Pages VuePress documentation
./gradlew npm_run_build