Skip to content

Latest commit

 

History

29 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-cqrs-java

Simple-CQRS-Java(SCJ) is intended to be lightweight implementation of the popular design pattern CQRS. This library will support components such as...

  • Events
  • Commands
  • Queries
  • Coming soon - behaviors

Why SCJ

CQRS can be complicated, and easy to get wrong. SCJ allow your use of a straightforward implementation that plans to grow enough to handle more complex scenarios, but remain small enough to aid with CQRS usage and un-opinionated about your implementation, this could be a good tool for you.

Extensibility

SCJ will be extensible for individual implementations, and there will be helper libraries that will aid with working with things such as dependency injection, and ease of use with the most common frameworks. If you are providing a custom implementation you can choose which you would like to extend in terms of libraries, but the framework specific libraries will contain the core components that are part of Simple-CQRS-Java-Core.

Additional libraries coming soon...

  • simple-cqrs-java-cdi
  • simple-cqrs-java-spring

Usage

Maven

<dependency>
    <groupId>io.github.broot02</groupId>
    <artifactId>simple-cqrs-java-core</artifactId>
    <version>${latest-scj-core-version}</version>
</dependency>

Gradle

implementation 'io.github.broot02:simple-cqrs-java-core:0.0.1'

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages