MongoDB - Tag
2013
-
▸
MongoDB Aggregation Framework Basics Explained
Introduction to MongoDB aggregation framework with SQL equivalents. Covers $match, $project, $group, $sort pipeline operators with examples comparing to SQL queries.
-
▸
MongoDB Miscellaneous
Quick reference for MongoDB queries: date-based queries using ISODate, counting with length, finding distinct values, and sorting results with pymongo.