Results 1 to 11 of 11

Thread: Anyone have any interest in CQRS?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    Question 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.

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    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)

  3. #3
    PowerPoster SJWhiteley's Avatar
    Join Date
    Feb 2009
    Location
    South of the Mason-Dixon Line
    Posts
    2,256

    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."

  4. #4
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,657

    Re: Anyone have any interest in CQRS?

    (It seems not....)
    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



  5. #5

    Thread Starter
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    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.

  6. #6
    PowerPoster SJWhiteley's Avatar
    Join Date
    Feb 2009
    Location
    South of the Mason-Dixon Line
    Posts
    2,256

    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."

  7. #7

    Thread Starter
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    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 :-)

  8. #8

    Thread Starter
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    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?

  9. #9

    Thread Starter
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    Re: Anyone have any interest in CQRS?

    Name:  dsl_design_001.png
Views: 119
Size:  75.1 KB

    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?)

  10. #10

    Thread Starter
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    Re: Anyone have any interest in CQRS?

    Adding a command line interface - any comments on the (proposed) syntax?

  11. #11

    Thread Starter
    PowerPoster
    Join Date
    Jul 2002
    Location
    Dublin, Ireland
    Posts
    2,148

    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
  •  



Click Here to Expand Forum to Full Width