Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-mongodb
A curated list of awesome libraries, tools, frameworks, and resources for MongoDB, a NoSQL document database designed for modern application development.
https://github.com/awesomelistsio/awesome-mongodb
Last synced: 1 day ago
JSON representation
-
Libraries and Drivers
- MongoEngine - An Object-Document Mapper (ODM) for Python, built on top of PyMongo.
- mongo-java-driver - The official MongoDB driver for Java.
- Spring Data MongoDB - A Spring-based library for integrating MongoDB with Java applications.
- mgo - A MongoDB driver for Go.
- MongoDB Node.js Driver - The official MongoDB driver for Node.js.
- Mongoose - A popular MongoDB ODM for Node.js, providing schema-based models.
- MongoEngine - An Object-Document Mapper (ODM) for Python, built on top of PyMongo.
- mongo-java-driver - The official MongoDB driver for Java.
- Spring Data MongoDB - A Spring-based library for integrating MongoDB with Java applications.
- mgo - A MongoDB driver for Go.
-
GUI Tools
- Robo 3T (Robomongo) - A lightweight, open-source MongoDB GUI.
- Studio 3T - A powerful GUI and IDE for MongoDB with a built-in query editor.
- DBeaver - A free, universal database tool that supports MongoDB.
- NoSQLBooster for MongoDB - A MongoDB GUI client with intelligent query capabilities.
- Robo 3T (Robomongo) - A lightweight, open-source MongoDB GUI.
- Studio 3T - A powerful GUI and IDE for MongoDB with a built-in query editor.
- NoSQLBooster for MongoDB - A MongoDB GUI client with intelligent query capabilities.
-
Backup and Migration
- mongodump - A built-in MongoDB utility for backing up data.
- mongoexport - A tool for exporting MongoDB data to JSON or CSV formats.
- Percona Backup for MongoDB - A free, open-source backup tool for MongoDB.
- Mongify - A tool for migrating data from SQL databases to MongoDB.
- BSONDump - A tool to convert BSON files (generated by mongodump) to human-readable formats.
- mongodump - A built-in MongoDB utility for backing up data.
- mongoexport - A tool for exporting MongoDB data to JSON or CSV formats.
- Percona Backup for MongoDB - A free, open-source backup tool for MongoDB.
- Mongify - A tool for migrating data from SQL databases to MongoDB.
- BSONDump - A tool to convert BSON files (generated by mongodump) to human-readable formats.
-
Data Modeling and Schema Design
- Mongoose Schema Design - Documentation on designing schemas with Mongoose for Node.js.
- Mongoose Schema Design - Documentation on designing schemas with Mongoose for Node.js.
- Modeling One-to-Many Relationships - An article on designing one-to-many relationships in MongoDB.
- Modeling One-to-Many Relationships - An article on designing one-to-many relationships in MongoDB.
- Schema Design Anti-Patterns - Common schema design pitfalls to avoid in MongoDB.
- Schema Design Anti-Patterns - Common schema design pitfalls to avoid in MongoDB.
-
Optimization and Monitoring
- MongoDB Atlas Performance Advisor - A feature of MongoDB Atlas that provides query optimization recommendations.
- MongoDB Profiler - A built-in tool for analyzing query performance.
- mongostat - A command-line tool for monitoring MongoDB performance metrics.
- PMM (Percona Monitoring and Management) - A tool for monitoring MongoDB performance.
- mtools - A set of tools for analyzing MongoDB logs and performance.
- MongoDB Profiler - A built-in tool for analyzing query performance.
- mongostat - A command-line tool for monitoring MongoDB performance metrics.
- PMM (Percona Monitoring and Management) - A tool for monitoring MongoDB performance.
- mtools - A set of tools for analyzing MongoDB logs and performance.
- MongoDB Atlas Performance Advisor - A feature of MongoDB Atlas that provides query optimization recommendations.
-
Replication and Sharding
- MongoDB Replication - Official documentation on setting up and managing MongoDB replication.
- MongoDB Sharding - Official guide on sharding MongoDB for horizontal scaling.
- ReplicaSet Manager - A tool for managing MongoDB replica sets.
- Sharded Cluster Balancer - A guide on balancing shards in a MongoDB sharded cluster.
- ReplicaSet Manager - A tool for managing MongoDB replica sets.
- Sharded Cluster Balancer - A guide on balancing shards in a MongoDB sharded cluster.
- MongoDB Replication - Official documentation on setting up and managing MongoDB replication.
- MongoDB Sharding - Official guide on sharding MongoDB for horizontal scaling.
-
Learning Resources
- The MongoDB Manual - The official MongoDB documentation.
- Leetcode: MongoDB Problems - Practice problems focused on MongoDB queries.
- Mastering MongoDB Aggregation - An in-depth guide to MongoDB’s aggregation framework.
- The MongoDB Manual - The official MongoDB documentation.
- Leetcode: MongoDB Problems - Practice problems focused on MongoDB queries.
- Mastering MongoDB Aggregation - An in-depth guide to MongoDB’s aggregation framework.
- MongoDB University - Free online courses on MongoDB, from basics to advanced topics.
-
Community
- MongoDB Developer Community - The official MongoDB community forum.
- Reddit: r/mongodb - A subreddit for MongoDB discussions and questions.
- Stack Overflow: MongoDB - A Q&A site for MongoDB-related questions.
- MongoDB Slack Community - Join the MongoDB Slack for discussions and networking.
- MongoDB Developer Community - The official MongoDB community forum.
- Reddit: r/mongodb - A subreddit for MongoDB discussions and questions.
- Stack Overflow: MongoDB - A Q&A site for MongoDB-related questions.
- MongoDB Slack Community - Join the MongoDB Slack for discussions and networking.
Programming Languages
Categories
Sub Categories