Merging two collections in MongoDB

This is similar to a question that was asked on the MongoDB-users Google Groups. https://groups.google.com/group/mongodb-user/browse_thread/thread/60a8b683e2626ada?pli=1 The answer references an on-line tutorial which looks similar to your example: http://tebros.com/2011/07/using-mongodb-mapreduce-to-join-2-collections/ For more information on MapReduce in MongoDB, please see the documentation: http://www.mongodb.org/display/DOCS/MapReduce Additionally, there is a useful step-by-step walkthrough of how a MapReduce operation works in the … Read more