Skip to content

This is an implementation after reading about cqrs-es. A project for learning purpose.

Notifications You must be signed in to change notification settings

thearyanahmed/sandbox-cqrses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is an implementation after reading about cqrs-es. A project for learning purpose.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages