https://github.com/flowionab/event-sourcing
https://github.com/flowionab/event-sourcing
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/flowionab/event-sourcing
- Owner: flowionab
- License: apache-2.0
- Created: 2024-05-16T08:22:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T17:16:46.000Z (about 2 years ago)
- Last Synced: 2025-02-28T07:52:03.336Z (over 1 year ago)
- Language: Rust
- Size: 409 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Event Sourcing
```toml
[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.