21 releases

0.1.20 Jun 5, 2024
0.1.19 Jun 5, 2024
0.1.11 May 23, 2024

#3 in #event-store

Download history 622/week @ 2024-05-17 196/week @ 2024-05-24 964/week @ 2024-05-31 175/week @ 2024-06-07

1,957 downloads per month

MIT/Apache

76KB
1.5K SLoC

Event Sourcing

[dependencies]
event-sourcing = "0.1"

Compiler support: requires rustc 1.56+

The event sourcing crate contains the core logic for implementing a event sourced backend logic, preferably combined with CQRS.

The main struct in this project is the EventStore. This struct is used for persisting, fetching and streaming aggregates and events.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~4–22MB
~332K SLoC