I was going through kinvey (BAAS) documentation and I came across Aggregation concept using Map/reduce.
http://docs.kinvey.com/rest-aggregation.html
Since Kinvey does not have the .Net SDK, the only option that we have is to use the Rest API. I am familiar with REST API, but , as per the documentation (link above), but, How do I construct the Map/Reduce syntax in the API request parameters in the C# backend code ?
The windows Phone app , that we would like to make will have C# Code in the back end. and there are couple of aggregation modules/Data points that we would like to display in the app. I wanted to utilize the Map/reduce functionality provided by kinvey as it runs on MongoDB, rather than using linq and doing the processing in the code.
I would appreciate if someone could shed some light on it.
Thanks Rahul