Is a REST API with CQRS Possible?
Video Statistics and Information
Channel: CodeOpinion
Views: 12,258
Rating: 4.9422679 out of 5
Keywords: REST API with CQRS, software architecture, software design, cqrs, event sourcing, design patterns, software architect, asp.net, soa, microservices, event driven architecture, azure service bus, distributed transactions, message queue, message queuing, messaging patterns, service oriented architecture, microservice architecture, domain-driven design, rest api iwth cqrs, rest, rest api, restful web services, rest webservice, http api, .net, .net core, Asp.net core
Id: 6XO6vSiioWE
Channel Id: undefined
Length: 16min 46sec (1006 seconds)
Published: Wed Mar 10 2021
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
TLDR: Yesh.
Not sure why he captioned the post this way lol
Thanks for the excellent video /u/codeopinion! Love watching all your videos as they come out, each one really spot on and insightful.
One question I have is, say we split read and write services, the write services obviously belong to the domain model along with entities, repositories and such; but the read services I am less sure. Should they be in the application layer or domain layer? (I.e., in a typical 3 tier app/domain/infra setup)
Many thanks!