An open API service indexing awesome lists of open source software.

https://github.com/dvberkel/cqrs

An exploration in the fine points of CQRS
https://github.com/dvberkel/cqrs

Last synced: 2 months ago
JSON representation

An exploration in the fine points of CQRS

Awesome Lists containing this project

README

        

CQRS
====

[CQRS](http://www.cqrsinfo.com/ "CQRS Info homepage") is an idea to create
architectures which seperate *commands* from *queries*.

This project aims to investigate this premisses and explores a small domain with
this idea in mind.