Skip to main content

Crate rakka_persistence_mongodb

Crate rakka_persistence_mongodb 

Source
Expand description

rakka-persistence-mongodb. akka.net: Akka.Persistence.MongoDB.

Stores events in a MongoDB collection keyed by (persistence_id, sequence_nr) with a unique compound index. Snapshots live in a sibling collection with the same compound key.

Structs§

EventDoc
MongoConfig
MongoJournal
MongoSnapshotStore
SnapshotDoc