Skip to main content

MongoDBBaaS NoSQL DB where each DB consists of 1+ Collection in BSON

aka Mongo

MongoDB Concepts

MongoDB API

MongoDB Setup

References

  1. CollectionMongo Table of Documents

  2. DocumentMongo Row of Collection Table, to contain data about entity

  3. ScalableMongo Horizontal Scalingdistributes data across multiple machines, to scale with user/data growth

  4. PerformantMongo runs fast due to optimized indexing, sharding, native deduplication, embedding of data models, etc

  5. BSON ↔ (format) Mongo extends JSON to store types & length info

  6. MongoDB AtlasMongoDB cloud service host on AWS/Azure/GCP

  7. MongoDB CompassMongo GUI to CRUD/validate/index/etc