jonsequitur / Its.Cqrs

A set of libraries for CQRS and Event Sourcing, with a Domain-Driven Design flavor.
Other
77 stars 21 forks source link

Its.Cqrs

Build Status Join the chat at https://gitter.im/jonsequitur/Its.Cqrs

A set of libraries for CQRS and Event Sourcing, with a Domain-Driven Design flavor.

Here are some useful definitions:

CQRS

Domain Driven Design

Event Sourcing

Ok, why?

Systems built using these patterns can offer some improvements over the "traditional" approach where a single model, generally stored in a relational database, is used for both reads and writes. These improvements include:

Read more in the wiki.