A curated list of awesome MongoDB resources, libraries, tools and applications
Inspired by the awesome list thing. Feel free to improve this list by contributing!
- MongoDB Server Introduction
- MongoDB Server Documentation
- MongoDB Tutorials
- MongoDB Guides
- MongoDB Developer Center
- MongoDB Driver Documentation
- MongoDB Connectors
- 14 Things I Wish I'd Known When Starting with MongoDB (Phil Factor)
- A Custom WordPress Dashboard with MongoDB Atlas, Microsoft Azure, & Serverless Functions (Ahmad Awais)
- Building with Patterns - Series of articles regarding MongoDB Design Patterns and common use case of each Design Pattern with real world examples.
- Five Things About Scaling MongoDB (A. Jesse Jiryu Davis, MongoDB Inc.) - Scale 101
- Optimizing MongoDB Compound Indexes (A. Jesse Jiryu Davis, MongoDB Inc.) - Everything you need/have to know about indexes
- Server Discovery And Monitoring In PyMongo, Perl, And C (A. Jesse Jiryu Davis, MongoDB Inc.)
- Monitoring MongoDB performance metrics (Jean-Mathieu Saponaro, Datadog)
- Tuning MongoDB performance for production systems (Marek Trunkat, Apify) - The techniques and MongoDB Cloud features to debug performance issues and expose sub-optimal queries
- 50 Tips and Tricks for MongoDB Developers - Advanced MongoDB tips and tricks, given by a MongoDB inc. engineer
- Builder Book - Learn how to build a full stack JavaScript web app from scratch
- MongoDB Applied Design Patterns (Rick Copeland)
- MongoDB in Action, Third Edition (Arek Borucki)
- Practical MongoDB Aggregations E-Book - Free e-book: How to develop effective and optimal data manipulation and analytics pipelines
- The Little MongoDB Book - Basic introduction
- SaaS Boilerplate Book - Learn how to build a production-ready SaaS web app from scratch
- MongoDB Schema Design (Tugdual Grall, MongoDB Inc.) [47']
- Partial and Fuzzy Matching with MongoDB (John Page, MongoDB Inc.) [35']
- Scaling MongoDB on Amazon Web Services (Michael Saffitz, Apptentive) [50']
- MongoDB source code
- MongoDB University - Certifications and free online courses
- MongoDB 101 by Academy 3T - Free and self-paced MongoDB courses for beginners
- ballerina-mongodb - Official Ballerina driver
- mongo-c-driver - Official C driver
- mongo-cxx-driver - Official C++ driver
- mongo-csharp-driver - Official C# driver
- mongo-efcore-provider - Official Entity Framework (EF) Core provider for MongoDB
- mongo-queue-csharp - C# message queue on top of MongoDB
- MongoDB Messaging - Lightweight queue pub/sub processing library
- MongoRepository - Repository abstraction layer on top of the C# driver
- vibe.d - D web framework shipping with a MongoDB driver
- mongo_dart - Community Dart driver
- Alcinoe - Library for Delphi that includes a MongoDB client
- TMongoWire - Minimal community Delphi driver
- elixir-mongodb-driver - Community Elixir driver
- mongodb - Community Elixir driver
- mongodb_ecto - Adapter for the Ecto database wrapper
- mongodb-erlang - Community Erlang driver
- afMongo - Community Fantom driver
- Bongo - ODM based on mgo
- bsonic - Parse Lucene-style query syntax into BSON filters for MongoDB
- mgo - Community Go driver
- minquery - MongoDB cursor that paginates
- mongo-go-driver - Official Go driver
- mongodb - Community Haskell driver