Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 937
Salvador Dali Avatar asked Nov 26 '12 12:11

Salvador Dali


1 Answers

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.

like image 189
Stennie Avatar answered Sep 28 '22 05:09

Stennie