MongoDB is een cross-platform, document-oriented database. Het is een zogenaamde nosql-database, wat inhoudt dat het geen tabellen in een relationele database gebruikt, maar json-achtige documenten met dynamische schema's, iets wat MongoDB 'bson' noemt. De naam MongoDB is een afgeleide van het Engelse woord humongous. De database leent zich dan ook prima voor grote omgevingen en kent gebruikers als eBay, SourceForge en Coinbase. Het ontwikkelteam heeft versie 4.0 uitgebracht met de volgende aankondiging:
What's New in MongoDB 4.0
MongoDB 4.0 is a significant milestone in the evolution of MongoDB. Building upon the speed, flexibility, and power of the document model; the scalability of its distributed systems design; and the freedom to run anywhere, MongoDB 4.0 enables you to standardize your apps on a single, modern data platform. Here’s how:
- Best way to work with data: adding multi-document ACID transactions, data type conversions, native visualizations with MongoDB Charts, the MongoDB Compass aggregation pipeline builder, and the MongoDB Stitch serverless platform.
- Intelligently place data where you need it to be: with 40% faster shard migrations, non-blocking secondary replica reads, SHA-2 authentication, and the new MongoDB Mobile database.
- Freedom to run anywhere: bringing global clusters and enterprise security with HIPAA compliance to the MongoDB Atlas database service, along with the free community monitoring service, and Kubernetes integration.