cqrs
cqrs copied to clipboard
A lightweight, opinionated CQRS and event sourcing framework.
Hi, Same as #28, I encountered an error in the code snippet. With my changes, I managed to obtain the expected output :smile: Cheers :tada:
Hello, I was following the [documentation](https://doc.rust-cqrs.org/intro.html), and encountered an error within the code snippet of returning the error in section [3.1. Adding more complex logic](https://doc.rust-cqrs.org/test_add_more.html#verify-funds-are-available). When I was running `cargo...
Firstly, thanks for this library. What you guys are doing is so valuable! I've followed the book guide and implemented the bank service with postgres persistent data.. my next question...
I was wondering if anyone would be interesting in exploring a [Nats Jetstream](https://docs.nats.io/nats-concepts/jetstream) based persistence layer. I have put together an implementation [here](https://github.com/andrewwebber/nats-es) which I am currently experimenting on in...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
## Description A EventStoreDB implementation of the `PersistedEventRepository` trait in `cqrs-es`. ## References - http://www.eventstore.com/ - https://github.com/serverlesstechnology/postgres-es
[CloudEvents](https://github.com/cloudevents/spec) aims to be the universal standard for event schemas. There is an [SDK for Rust](https://github.com/cloudevents/sdk-rust). It would be fantastic if we could ensure the events published by the framework...
Are there any plans to implement a feature similar to Axon's [Streaming Event Processors](https://docs.axoniq.io/reference-guide/axon-framework/events/event-processors/streaming) with Tracking Tokens? I believe this feature is essential because without it, we cannot guarantee that...
A single cqrs framework should be able to manage more than one aggregate. Related with #90