Microsoft's CQRS Journey Project to Take Community Contributions

My colleague Grigori Melnik has a great blog post about the CQRS Journey project, which aims to deliver the source code for a complete, working reference implementation (an end-to-end sample app) that illustrates the key concepts, patterns, and approaches related to Command Query Responsibility Segregation and Event Sourcing (CQRS & ES), and a written guide to accompany the code, provide explanations, context, and references to other relevant material.

As Grigori notes in his blog, they have positioned the CQRS guidance project as a learning journey. An advisory board has been established and some public consultation has taken place that helped scope the project initially.

“While this is good news, we recognize that for this project to be successful, we need to be not only open and transparent, but we also need to collaborate with the community (in its way a global village) more closely. That’s why I am extremely happy and proud to announce that for the first time in the history of the Microsoft patterns & practices team, the following: In the true spirit of open source, we will be taking community contributions on the CQRS Journey project,” he said.

This means:

  • The written guidance and the sample code will be developed in the open and with community involvement.
  • The Microsoft Patterns & Practices team, will review and accept contributions that meet its guidelines.
  • The final deliverable will have an open source license (Apache 2.0).

The project will be hosted on GitHub and the contribution guidelines will be published soon. You can read his full blog here and find the project site here.

No Comments