My notes about MongoDB, a document-oriented database management system.
- MongoDB in Docker: ‘Authentication Failed’ when logging in to a non-default database name
- Running MongoDB and Mongo Express with Docker Compose for Development
External links
- MongoDB Atlas is a fully-managed cloud database service by MongoDB. Provides free M0 clusters.
- Azure Cosmos DB provides a serverless option. Pay by usage (RUs and storage).
- sift implements the MongoDB query language for in-memory JavaScript objects and arrays.