Skip to content

cqrs-es2/cqrs-es2

 
 

Repository files navigation

cqrs-es2

A Rust library providing lightweight CQRS and event sourcing framework.

Publish Test Latest version docs License


Provides all basic interfaces for the CQRS system.

Installation

[dependencies]
# serialization
serde = { version = "^1.0.127", features = ["derive"] }
serde_json = "^1.0.66"

# CQRS framework
cqrs-es2 = { version = "*"}

Usage

Full fledged demo applications:

Change Log

A complete history of the change log can be found here

TODO

An up-to-date list of development aspirations can be found here

About

A lightweight CQRS and event sourcing framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.2%
  • Makefile 0.8%