cqrs-es2

A lightweight, opinionated CQRS and event sourcing framework targeting serverless architectures.

Publish Test Crates.io docs


Installation

toml [dependencies] cqrs-es2 = "0.3.0" serde = { version = "^1.0.127", features = ["derive"] } serde_json = "^1.0.66"

Usage

Documentation is available here along with an introduction to CQRS and event sourcing.

Demo applications:

Change log

v0.3.0

v0.2.5

v0.2.4

v0.2.3

v0.2.2

v0.2.1

v0.2.0

v0.1.0

TODO