An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# mongo-es

[![Crates.io Version](https://img.shields.io/crates/v/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"
```