A lightweight, opinionated CQRS and event sourcing framework targeting serverless architectures.
cqrs-es is available from Crates.io or Github.
toml
[dependencies]
cqrs-es = "0.0.6"
Or for a specific branch
toml
[dependencies]
cqrs-es = { git = "https://github.com/serverlesstechnology/cqrs.git", branch = "master"}
HashMap<String,String>
.
Further, the MetadataSupplier
that the user provides has no insight into the event or aggregate that
it supplies metadata for. This may be changed.GenericViewRepository
to simplify event replay.MetadataSupplier
.