Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Differences between NCQRS and Lokad.CQRS

I am currently looking at CQRS frameworks to use for a project that will be hosted in Azure.

I have read about Ncqrs and Lokad.CQRS and am currently a little bit confused.

Will they both work with Azure, are both capable of using NServiceBus or does Lokad use its own messaging?

The clients I will use are both web and mobile. I thought of making a WCF service to get commands, but not sure it will be WCF.

Any recommendations?

like image 309
Rasmus Christensen Avatar asked Apr 30 '11 20:04

Rasmus Christensen


1 Answers

Lokad.CQRS was designed to work with Azure from the start. It uses Azure Queues for the messaging (with azure blobs for the cases, when messages do not fit in 8Kb size limitation).

I'm not sure about NCqrs, but it might provide an adapter for Lokad.CQRS.

like image 135
Rinat Abdullin Avatar answered Sep 23 '22 15:09

Rinat Abdullin