https://github.com/thearyanahmed/sandbox-cqrses
This is an implementation after reading about cqrs-es. A project for learning purpose.
https://github.com/thearyanahmed/sandbox-cqrses
cqrs cqrs-es rust
Last synced: about 1 month ago
JSON representation
This is an implementation after reading about cqrs-es. A project for learning purpose.
- Host: GitHub
- URL: https://github.com/thearyanahmed/sandbox-cqrses
- Owner: thearyanahmed
- Created: 2022-10-01T15:33:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-02T13:52:31.000Z (about 3 years ago)
- Last Synced: 2025-01-03T03:42:05.215Z (9 months ago)
- Topics: cqrs, cqrs-es, rust
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sandbox
> This is a sandbox project. It is the implementation after reading https://doc.rust-cqrs.org/
> Also, this is an unfinished project. This was only for learning purpose.
Command-Query Responsibility Segregation (CQRS) and event sourcing are patterns that enable many of the concepts behind Domain Driven Design. All of these tools are designed to provide a great deal of flexibility for applications that have complex or rapidly changing business rules.
By separating the business rules from the technical aspects of an application we remove many of the inherent barriers to software changes that exist in standard applications. Any application with complex or rapidly change rules might be a good candidate for using CQRS and event sourcing.