Scala implementation of a port of Greg Young's .NET CQRS example backed with a Kafka back-end that acts as both the event store and message bus
Comes with a website demo that can be run with
sbt
> project playstore
> run
and navigating to http://localhost:9000
See also: