Event sourced entities in Rust.
eventsourced
: core library withEventSourced
,Entity
,EventLog
,SnapshotStore
, etc.eventsourced-nats
: NATS implementation forEventLog
andSnapshotStore
eventsourced-postgres
: Postgres implementation forEventLog
andSnapshotStore
eventsourced-projection
: early support for the CQRS read side
This code is open source software licensed under the Apache 2.0 License.