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
- Host: GitHub
- URL: https://github.com/dvberkel/cqrs
- Owner: dvberkel
- Created: 2011-12-19T09:39:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-19T13:44:01.000Z (over 13 years ago)
- Last Synced: 2025-02-07T23:34:57.979Z (4 months ago)
- Homepage: http://www.cqrsinfo.com/
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.