Hacker News
- A Brief Intro to Clean Architecture, Clean DDD, and CQRS https://blog.jacobsdata.com/2020/02/19/a-brief-intro-to-clean-architecture-clean-ddd-and-cqrs 17 comments
- CQRS and Event Sourcing Intro for Developers https://altkomsoftware.pl/en/blog/cqrs-event-sourcing/ 52 comments
- DDD, Event Sourcing, and CQRS Tutorial http://cqrs.nu/tutorial/cs/01-design 11 comments
- CQRS facts and myths explained https://event-driven.io/en/cqrs_facts_and_myths_explained/ 32 comments programming
- CQRS, Repository and Services http://deepl.com 8 comments csharp
- Full stack DDD with CQRS Sample app https://github.com/OnurGumus/FunPizzaShop 3 comments fsharp
- ๐๏ธ ECommerce-Microservices: A practical e-commerce microservices sample, built with .Net Core, DDD, CQRS, and Vertical Slice Architecture. https://github.com/mehdihadeli/ecommerce-microservices 2 comments coolgithubprojects
- Discovery of the CQRS design pattern thanks to JHipster.NET . https://github.com/jhipster/jhipster-dotnetcore 10 comments dotnet
- Add a level of abstraction over CQRS AggregateRoot https://github.com/nestjs/cqrs 3 comments typescript
- booking-microservices-sample: This application based on different software architecture and technologies like .Net Core, CQRS, DDD, Vertical Slice Architecture, Event Sourcing. https://github.com/meysamhadeli/booking-microservices-sample 6 comments programming
- Build Laravel Application using DDD and CQRS with Ecotone https://blog.ecotone.tech/build-laravel-application-using-ddd-and-cqrs/ 8 comments php
- CQRS in Clojure: how to design a system with explicit commands/queries? https://github.com/metosin/kekkonen 5 comments clojure
- A brief introduction to CQRS https://kislayverma.com/software-architecture/architecture-pattern-cqrs/ 8 comments programming
- Using Event Sourcing and CQRS with Incident - Part 2 https://pedroassumpcao.ghost.io/using-event-sourcing-and-cqrs-with-incident-part-2 3 comments elixir
- Using Event Sourcing and CQRS with Incident - Part 1 https://pedroassumpcao.ghost.io/event-sourcing-and-cqrs-using-incident-part-1/ 6 comments elixir
- Onion Architecture In ASP.NET Core With CQRS โ Detailed https://www.codewithmukesh.com/blog/onion-architecture-in-aspnet-core/ 8 comments dotnetcore
- CQRS โ Command Query Responsibility Segregation https://medium.com/swlh/cqrs-command-query-responsibility-segregation-72db08ee8282 3 comments java
- [Help] I would love to implement CQRS in Rust but I have problem how to handle in HashMap generic box trait. https://www.reddit.com/r/rust/comments/fud86n/help_i_would_love_to_implement_cqrs_in_rust_but_i/ 5 comments rust
- CQRS - Command Query Responsibility Segregation is a simple pattern that segregates the responsibility of handling command input from the responsibility of handling read access on the same system. In this article, you will learn what CQRS is and the process of implementing this pattern. https://codewithshadman.com/cqrs/ 51 comments dotnet
- Distributed .NET Core (DShop) - Episode 5 [CQRS - Read side, Internal HTTP communication] https://www.youtube.com/watch?v=o0fMHARUwq0 12 comments dotnet
- AWS includes CQRS in its microservices and distributed data documentation. https://docs.aws.amazon.com/aws-technical-content/latest/microservices-on-aws/distributed-data-management.html 17 comments programming
- Building a Microservices Application in Go Following the CQRS Pattern https://outcrawl.com/go-microservices-cqrs-docker 8 comments golang
- Command Query Responsibility Segregation (CQRS) โ a simple explanation https://www.e4developer.com/2018/03/11/cqrs-a-simple-explanation/ 11 comments java
- I am working on an open source CQRS library. Would love to hear your feedback! :) https://github.com/jeyjeyemem/xer.cqrs 9 comments csharp
- DDD, Hexagonal, Onion, Clean, CQRS, โฆ How I put it all together https://herbertograca.com/2017/11/16/explicit-architecture-01-ddd-hexagonal-onion-clean-cqrs-how-i-put-it-all-together/ 4 comments programming
- CQRS and EventSourcing framework for scala https://www.reddit.com/r/scala/comments/757za7/cqrs_and_eventsourcing_framework_for_scala/ 13 comments scala
- Akka ES and CQRS implementation via final state machine https://github.com/branislavlazic/akka-cqrs-activator 12 comments scala
- A simple CQRS implementation using akka https://github.com/kstatz12/simple-cqrs 5 comments csharp
- When logic programming meets CQRS https://hackernoon.com/when-logic-programming-meets-cqrs-1137ab2a5f86 59 comments programming
- awesome-ddd: A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources. https://github.com/heynickc/awesome-ddd 7 comments dotnet
- Hibernate ORM, JOOQ, HikariCP, Transactions, and Spring: An SQL / CQRS Tutorial http://www.3riverdev.com/hibernate-orm-jooq-hikaricp-transactions-and-spring-an-sql-cqrs-tutorial/ 7 comments java
- Handling Concurrency Conflicts in a CQRS and Event Sourced system http://danielwhittaker.me/2014/09/29/handling-concurrency-issues-cqrs-event-sourced-system/ 4 comments coding
- CQRS in Haskell http://www.corecursion.net/post/cqrs_in_haskell 20 comments haskell
- Writing an event-sourced CQRS read model http://squirrel.pl/blog/2015/09/22/writing-an-event-sourced-cqrs-read-model/ 8 comments programming
- Achieving consistency in CQRS with linear event store http://squirrel.pl/blog/2015/09/14/achieving-consistency-in-cqrs-with-linear-event-store/ 38 comments programming
- Intro to CQRS with Laravel http://www.grok-interactive.com/blog/command-query-responsibility-segregation/ 5 comments laravel
- DDD - How to Build an Aggregate Root for use in CQRS and Event Sourcing http://danielwhittaker.me/2014/11/15/aggregate-root-cqrs-event-sourcing/ 5 comments programming
- Types of CQRS http://enterprisecraftsmanship.com/2015/04/20/types-of-cqrs/ 9 comments programming
- CQRS โ A Step-by-Step Guide to the Flow of a typical Application http://danielwhittaker.me/2014/10/02/cqrs-step-step-guide-flow-typical-application/ 22 comments programming
- 6 code smells with your CQRS Events โ and how to avoid them http://danielwhittaker.me/2014/10/18/6-code-smells-cqrs-events-avoid/ 8 comments programming