#cqrs #event-sourcing #es #ddd

cqrs-es2

A Rust library providing lightweight CQRS and event sourcing framework

14 releases (8 breaking)

0.10.0 Sep 22, 2021
0.8.0 Aug 24, 2021

#180 in Email

Download history 3/week @ 2023-06-07 22/week @ 2023-06-14 48/week @ 2023-06-21 21/week @ 2023-06-28 19/week @ 2023-07-05 13/week @ 2023-07-12 22/week @ 2023-07-19 13/week @ 2023-07-26 7/week @ 2023-08-02 12/week @ 2023-08-09 28/week @ 2023-08-16 23/week @ 2023-08-23 20/week @ 2023-08-30 32/week @ 2023-09-06 10/week @ 2023-09-13 7/week @ 2023-09-20

69 downloads per month
Used in 4 crates

MIT license

49KB
1K SLoC

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

Dependencies

~0.8–1.6MB
~36K SLoC