Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

160 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

5 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages