eventstore

Scala implementation of a port of joliver's eventstore to Scala and Greg Young's .NET CQRS framework

License

License

Categories

Categories

Net
GroupId

GroupId

net.glorat
ArtifactId

ArtifactId

eventstore_2.11
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

eventstore
Scala implementation of a port of joliver's eventstore to Scala and Greg Young's .NET CQRS framework
Project URL

Project URL

https://github.com/glorat/eventstore-scala
Project Organization

Project Organization

net.glorat
Source Code Management

Source Code Management

https://github.com/glorat/eventstore-scala

Download eventstore_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/net.glorat/eventstore_2.11/ -->
<dependency>
    <groupId>net.glorat</groupId>
    <artifactId>eventstore_2.11</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.glorat/eventstore_2.11/
implementation 'net.glorat:eventstore_2.11:0.2.1'
// https://jarcasting.com/artifacts/net.glorat/eventstore_2.11/
implementation ("net.glorat:eventstore_2.11:0.2.1")
'net.glorat:eventstore_2.11:jar:0.2.1'
<dependency org="net.glorat" name="eventstore_2.11" rev="0.2.1">
  <artifact name="eventstore_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.glorat', module='eventstore_2.11', version='0.2.1')
)
libraryDependencies += "net.glorat" % "eventstore_2.11" % "0.2.1"
[net.glorat/eventstore_2.11 "0.2.1"]

Dependencies

compile (7)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
com.typesafe.scala-logging : scala-logging_2.11 jar 3.5.0
org.mongodb : casbah-core_2.11 jar 2.7.2
com.novus : salat-core_2.11 jar 1.9.8
joda-time : joda-time jar 2.2
ch.qos.logback : logback-classic jar 1.1.1
com.typesafe.akka : akka-actor_2.11 jar 2.4.17

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.1

Project Modules

There are no modules declared in this project.

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:

Versions

Version
0.2.1
0.2.0
0.1