Search code examples
mongodbmongovue

How do I use the aggregation framework in MongoVUE?


Is there a way to use aggregation framework in the latest version of mongoVUE?

The only option which looks like an aggregation framework is GROUP option but I was not able to figure out how to use it.

Can someone tell me, am I looking in the right direction? And If so, how I should write a query there.

P.S1 - it took me quite some time to be able to write MapReduce in mongoVUE

P.S2 - I am aware how to use aggregation framework from the shell.


Solution

  • MongoVUE 1.6.1 (released May 2, 2013) now includes an Aggregate view. If you select a collection you can choose this view from the normal menu or the right-click context menu.