Skip to content

flowionab/event-sourcing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Sourcing

[dependencies]
event-sourcing = "0.1"

Compiler support: requires rustc 1.56+

The event sourcing crate contains the core logic for implementing a event sourced backend logic, preferably combined with CQRS.

The main struct in this project is the EventStore. This struct is used for persisting, fetching and streaming aggregates and events.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages