MongoDB
↔ BaaS NoSQL DB where each DB consists of 1+ Collection in BSON
aka Mongo
References
Collection
↔ Mongo Table of DocumentsDocument
↔ Mongo Row of Collection Table, to contain data about entityScalable
↔ Mongo Horizontal Scalingdistributes data across multiple machines, to scale with user/data growthPerformant
↔ Mongo runs fast due to optimized indexing, sharding, native deduplication, embedding of data models, etcBSON
↔ (format) Mongo extends JSON to store types & length infoMongoDB Atlas
↔ MongoDB cloud service host on AWS/Azure/GCPMongoDB Compass
↔ Mongo GUI to CRUD/validate/index/etc