Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

eo-cqrs/eo-events

Repository files navigation

logo

Managed By Self XDSD

EO principles respected here DevOps By Rultor.com We recommend IntelliJ IDEA

mvn maven central javadoc Hits-of-Code PDD status License

Project architect: @h1alexbel

Objects for handling Events.

Motivation. We don't have objects or specs for enabling Event Sourcing and events in elegant way.

Principles. These are the design principles behind eo-kafka.

How to use. All you need is this (get the latest version here):

Maven:

<dependency>
  <groupId>io.github.eo-cqrs</groupId>
  <artifactId>eo-events</artifactId>
</dependency>

Gradle:

dependencies {
    compile 'io.github.eo-cqrs:eo-events:<version>'
}

How to Contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:

$ mvn clean install

You will need Maven 3.3+ and Java 17+.

Our rultor image for CI/CD.