I'm working with CQRS (Command and Query Responsibility Segregation
) and looking for an iOS implementation/library for it, any idea where i can find it?
Thanks.
CQRS can be a good fit for occasionally connected clients especially when you add Event Sourcing. They normally go hand in hand but CQRS can be done without ES. I do not know iOS but the same principles can apply. Have a peek here.
A good talk by Greg Young (one of the CQRS leading experts) can be found here: CQRS, not just for server systems
Keep in mind that CQRS is a pattern (not a framework) that you can apply to your solution (application).
CQRS is going a bit "more mainstream" - see MS Patterns and Practices page for more in depth info on the first link.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With