Yes indeed :)
Please feel free to create, track, and up vote tickets in JIRA, and if
possible, please link the tickets to this thread for other interested
community members.
On Oct 27, 1:02 pm, Farmer John <
oldwineinnewbot...@gmail.com> wrote:
> The operation which I intended was supposed to be real time or pseudo real
> time. Map reduce would perhaps take ages to complete.
>
> Instead, if I file a JIRA ticket, will the awesome developers at 10gen
> consider this as a feature request.
>
> On Wednesday, October 24, 2012 11:30:21 PM UTC+5:30, Jenna deBoisblanc
> wrote:
>
>
>
>
>
>
>
>
>
> > There are currently no operators in the aggregation framework for this
> > these types of calculations. You can, however, use Javascript Math
> > functions in Map Reduce. Here is a good example using MR to calculate the
> > standard deviation:
> >
https://gist.github.com/1886960
>
> > If you would like help with your MR command, please let us know.
>
> > On Wednesday, October 24, 2012 1:24:50 AM UTC-4, Farmer John wrote:
>
> >> I was looking at the mongodb aggregation framework reference[link]<
http://docs.mongodb.org/manual/reference/aggregation/>.