#cqrs #mongo-db #cqrs-es #event-sourcing

mongo-es

A MongoDB implementation of the cqrs-es event store

5 releases (3 breaking)

0.4.0 Feb 26, 2026
0.3.0 Aug 20, 2025
0.2.1 Aug 20, 2025
0.2.0 Aug 18, 2025
0.1.0 Jul 29, 2025

#2676 in Database interfaces

Download history 8/week @ 2025-12-25 44/week @ 2026-01-01 59/week @ 2026-01-08 66/week @ 2026-01-15 8/week @ 2026-01-29 22/week @ 2026-02-12 19/week @ 2026-02-19 10/week @ 2026-02-26 31/week @ 2026-03-05 85/week @ 2026-03-12 7/week @ 2026-03-19 6/week @ 2026-03-26 33/week @ 2026-04-02 127/week @ 2026-04-09

196 downloads per month

Apache-2.0

42KB
1K SLoC

mongo-es

Crates.io Version codecov

A MongoDB implementation of the PersistedEventRepository trait in cqrs-es.


Usage

Add the following to your Cargo.toml:

[dependencies]
cqrs-es = "0.4.12"
mongo-es = "0.3.0"

It is recommended to follow the official documentation to build your CQRS application.

Dependencies

~11–15MB
~284K SLoC