Skip to content

rjygraham/CQRSlite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#CQRSlite

The framework

CQRSlite is a small CQRS and Eventsourcing Framework. It is written in C# and targets .NET 4.0. CQRSlite originated as a CQRS sample project Greg Young and I did in the autumn of 2010. This code is located at http://github.com/gregoryyoung/m-r

CQRSlite has been made with pluggability in mind. So every standard implementation should be interchangeable with a custom one if needed.

##Getting started

A sample project is located with the code, this shows a common usage scenario of the framework. There are some features of CQRSlite, such as snapshotting that the sample does not show. These features are only documented through the tests.

The project should compile without any setup in .NET 4.0 or Mono 2.10.4.

##Features

  • Command sending and event publishing
  • Session with aggregate tracking
  • Repository for getting and saving aggregates
  • Optimistic concurrency checking
  • In process bus with autoregistration of handlers
  • Snapshotting
  • Caching with concurrency checks and updating to latest version

##License This code is licensed under the Apache 2.0 license.

http://www.apache.org/licenses/LICENSE-2.0

About

A lightweight CQRS Framework written in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Classic ASP 0.1%