https://github.com/impierce/mongo-es
A MongoDB implementation of the cqrs-es event store.
https://github.com/impierce/mongo-es
Last synced: 10 months ago
JSON representation
A MongoDB implementation of the cqrs-es event store.
- Host: GitHub
- URL: https://github.com/impierce/mongo-es
- Owner: impierce
- License: apache-2.0
- Created: 2025-07-29T12:00:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-07-29T12:00:55.000Z (10 months ago)
- Last Synced: 2025-07-29T12:43:17.082Z (10 months ago)
- Language: Rust
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mongo-es
[](https://crates.io/crates/mongo-es)
A MongoDB implementation of the `PersistedEventRepository` trait in [cqrs-es](https://crates.io/crates/cqrs-es).
---
## Usage
Add the following to your `Cargo.toml`:
```toml
[dependencies]
cqrs-es = "0.4.12"
mongo-es = "0.1.0"
```