Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eventsourcingdb-es

Crates.io Version codecov

An EventSourcingDB implementation of the PersistedEventRepository trait in cqrs-es.


Usage

Add the following to your Cargo.toml:

[dependencies]
cqrs-es = "0.5.0"
eventsourcingdb-es = "0.2.0"

Features implemented

  • Persist events
  • Read events by subject (aggregate type and ID)
  • Read last events by subject
  • Stream events for subject
  • Stream all events for aggregate type
  • Write snapshots
  • Read snapshots

About

An EventSourcingDB implementation of the cqrs-es event store.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages