functional CQRS / event sourcing

Functional (not production ready at all!) library to build simple EventSourcing app

TODO

  • Implement Command(s) and Event(s)
  • Implement Aggregate
  • Override handle and on methods og the Aggregate
  • Bootstrap application context with Configurer
  • Register creation Command for an Aggregate

TIP

See samples/aggregate example project for details

build

./gradlew

increment version

./gradlew incrementVersion

build GitHub Pages VuePress documentation

./gradlew npm_run_build
Updated at: 3/4/2019, 4:34:03 AM