My take on what CQRS is -- and what it isn't(dennistraub.wordpress.com)

submitted by Dennis_TraubDennis_Traub(10) 7 months, 24 days ago

First and foremost: CQRS as an architectural pattern has nothing to do with event sourcing, eventual consistency, messaging, pub/sub, denormalized views and whatever other patterns are being confused with the term CQRS nowadays. CQRS is simply having two separate models for each reads and writes, that are being accessed via queries and commands respectively. [...]

1 comment |category: |Views: 40

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by dpetersondpeterson(4393) 7 months, 24 days ago 0

I'd never looked too deeply into CQRS, and most of the introductory articles I read where incredibly complex. In fact, I originally thought they were describing some sort of new application framework rather than a design pattern!
Your article has really cleared things up for me. As you explain, it is indeed much simpler than others have stated.

Reply

information Login or create an account to comment on this story