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 0.1
Group ID:
net.glorat
Artifact ID:
eventstore_2.11
Version:
0.1
Release Date:
Apr 3, 2017
Licenses:
Files:
Full Scala Version:
2.11.8
Developers:
libraryDependencies += "net.glorat" %% "eventstore" % "0.1"
ivy"net.glorat::eventstore:0.1"
//> using dep "net.glorat::eventstore:0.1"
import $ivy.`net.glorat::eventstore:0.1`
<dependency> <groupId>net.glorat</groupId> <artifactId>eventstore_2.11</artifactId> <version>0.1</version> </dependency>
compile group: 'net.glorat', name: 'eventstore_2.11', version: '0.1'