iskepes
iskepes
CC#
Created by M B V R K on 3/4/2023 in #help
❔ Where should the CQRS be in the Clean Architecture?
It could be a bit hard to grasp at first, kinda like ddd, but I believe it has its place, maybe not in small apps. What kind of architecture appeals to you?
9 replies
CC#
Created by M B V R K on 3/4/2023 in #help
❔ Where should the CQRS be in the Clean Architecture?
I guess it depends how tightly you want the cqrs want to be in your application? If its the one and only communication method (or principle, however you call it) (im guessing it will be) then I'd put it somewhere near the "core" which means application layer in your case, then, it depends whether you will be reusing those models in some other applications, if so, you should separate them so you can publish nugets of them, if not then I'd say they would happily live in Application layer
9 replies
CC#
Created by iskepes on 3/3/2023 in #help
❔ protocol for sending small amounts of data for long periods of time
Yeah, ill try to stick with mqtt for now and see how it goes, advantages like that is what will make it easier to use.
5 replies