Skip to content

A simple and fast EventStore that support multiple persistence and notification providers

License

Notifications You must be signed in to change notification settings

biharck/eventstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EventStore

CircleCI Maven Central Sonarcloud Status

Event.Store is an open source library to create Event Stores that works with multiple persistence providers and notification systems.

Installing

Gradle:

dependencies {
    compile 'br.net.eventstore:event.store:1.0.3'
} 

Maven:

<dependency>
    <groupId>br.net.eventstore</groupId>
    <artifactId>event.store</artifactId>
    <version>1.0.3</version>
</dependency>

Usage

Visit our website to access documentation and usage examples.

About

A simple and fast EventStore that support multiple persistence and notification providers

Resources

License

Stars

Watchers

Forks

Packages

No packages published