|
-
Oct 15th, 2014, 08:06 AM
#1
Anyone have any interest in CQRS?
Hi
I have created a codeplex project with the aim of creating a new visual studio template that creates a CQRS project that sits on top of Azure.
Project location is https://azurecqrs.codeplex.com/
Anyone interested in this subject? (If so I'll clean up/write up my work to date and post it in the knowledgebase or architecture forum)
Last edited by Merrion; Oct 20th, 2014 at 06:19 AM.
-
Oct 16th, 2014, 12:04 PM
#2
Re: Anyone have any interest in CQRS?
(It seems not....)
When to use
In my experience, CQRS lends itself to large multi-developer projects that are delivered via an internet based front end or via an automation API (for example a WCF or REST interface) where there is a need to scale the reading and writing independently.
The segregation of the read and write side, and the use of a distinct "definition" class for each handler to use means that development can be done in a highly parallel manner without experiencing "model contention" (the big ball of CRUD ).
Using Azure as a back end lends itself to applications with a non-uniform load (either over time, for example where most updates occur at a particular time of the day or over location where users are connecting from different locations)
-
Oct 16th, 2014, 12:33 PM
#3
Re: Anyone have any interest in CQRS?
With all that apparently great stuff, why is it that almost every web site still suck, loaded with ads and additional garbage? Bring back the Mafia.
"Ok, my response to that is pending a Google search" - Bucky Katt.
"There are two types of people in the world: Those who can extrapolate from incomplete data sets." - Unk.
"Before you can 'think outside the box' you need to understand where the box is."
-
Oct 17th, 2014, 09:05 AM
#4
Re: Anyone have any interest in CQRS?
In my experience, CQRS lends itself to large multi-developer projects
This is an interesting subject, but your probably ahead of the curve as far as this forum goes. As you said you kind of need to be building modern style web apps/services that need to scale, and to be working in development teams to really get the best out of it.
We were looking more at this at my last place which was much bigger, at my current place if i get a second person on a project i am lucky.
With all that apparently great stuff, why is it that almost every web site still suck, loaded with ads and additional garbage? Bring back the Mafia.
This has nothing to do with Web Sites, do you even know what CQRS is?
Anyone interested in this subject?
I am certainly interested, i just don't know if i can really use it currently.
Please Mark your Thread "Resolved",  if the query is solved & Rate those who have helped you
-
Oct 17th, 2014, 10:01 AM
#5
Re: Anyone have any interest in CQRS?
A fair point. I'll post (somewhere) whenever there's something significant added ... in case anyone can make use of it.
-
Oct 18th, 2014, 05:02 AM
#6
Re: Anyone have any interest in CQRS?
I guess you should have had a 'serious' tag...
"Ok, my response to that is pending a Google search" - Bucky Katt.
"There are two types of people in the world: Those who can extrapolate from incomplete data sets." - Unk.
"Before you can 'think outside the box' you need to understand where the box is."
-
Apr 27th, 2015, 03:48 AM
#7
Re: Anyone have any interest in CQRS?
I have added some documentation to A CodePlex project and am hoping to build that into a usable CQRS/ES tooling application. All [serious] feedback, ideas, tips appreciated :-)
-
May 19th, 2015, 01:59 AM
#8
Re: Anyone have any interest in CQRS?
Progress update: I've put together the modelling classes for this and looking at code generation - any text template wizards around?
-
Jun 3rd, 2015, 02:47 AM
#9
Re: Anyone have any interest in CQRS?

First cut of the designer - any feedback (is it obvious what is a command, query, projection or event or do I need icons for them too?)
-
Jul 27th, 2015, 02:37 PM
#10
Re: Anyone have any interest in CQRS?
Adding a command line interface - any comments on the (proposed) syntax?
-
Dec 17th, 2015, 10:55 AM
#11
Re: Anyone have any interest in CQRS?
It is still a long way form complete, but there's a progress update on my blog if anyone is interested...and indeed if anyone has spare capacity to help the project along?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|