Skip to content
/ jevsto Public

Java-based Event Store for implementing CQRS and Event Sourcing.

License

Notifications You must be signed in to change notification settings

manuelp/jevsto

Repository files navigation

jevsto

Java-based Event Store for implementing CQRS and Event Sourcing.

Install

Artifacts can be found on JitPack. Basically, you just need to add JitPack repo and add the dependency. Using Gradle as an example:

allprojects {
  repositories { 
    jcenter()
      maven { url "https://jitpack.io" }
  }
}

dependencies {
  compile 'com.github.manuelp:jevsto:[X.Y.Z]'
}

About

Java-based Event Store for implementing CQRS and Event Sourcing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages