Depending on your exact needs, you may want to first check out
http://docs.mongodb.org/manual/applications/aggregation/, which is actually distinct and faster than the
Map/Reduce functionality built into MongoDB. The MongoDB Aggregation Framework isn't as flexibile as the full Javascript-based Map/Reduce MongoDB implementation, but it offers plenty.
Do you have specific questions, queries, or use cases? The group might be able to recommend one or the other if you provide more detail.
-Stephen