glorat / eventstore-scala   0.2.1

GNU Library General Public License v2.1 only GitHub

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

Scala versions: 2.11

eventstore-scala

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: