eventsourcing

A Clojure event-sourcing abstraction on configurable storage backends.

Leiningen/Boot

[eventsourcing "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

eventsourcing/eventsourcing {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("eventsourcing:eventsourcing:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>eventsourcing</groupId>
  <artifactId>eventsourcing</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>