/esource

A simple implementation of the ideas of event sourcing

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

esource

A simple implementation of the basic ideas of event sourcing. It is made up of three parts:

  • A store
  • A bus
  • A stream

Installation

Add the following dependency to your project.clj file:

[esource "0.1.0"]

Usage

(use 'esource.core)

License

Copyright © 2017 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.