cqrs-es 0.0.18

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

cqrs

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

Build tag Crates.io docs

Installation

cqrs-es is available from Crates.io or Github.

[dependencies]
cqrs-es = "0.0.18"

Usage

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

A demo application is available here.

Todos

  • Event upcasters.
  • Event serialization uses the event type as the root node of the JSON tree. This simplifies deserialization but is non-standard.
  • A persistence implementation for DynamoDb.
  • A persistence implementation for MySql.
  • Support for snapshots.