MongoDB is a flexible, document-oriented NoSQL database designed for scalable, high-performance applications. Built for modern development, it stores data in JSON-like BSON format, enabling rich querying, indexing, and aggregation.
Default hierarchy
In the chart below, you will find the organizational structure of MongoDB objects. Objects are in represented in green and folders are in yellow.
Object types
Database
Maps to MongoDB Database object type.
| Source Attribute | Target Attribute in Dawiso |
|---|---|
| database_name | Database Name |
| collection_count | Number of Collections |
Collection
Maps to MongoDB Collection object type.
| Source Attribute | Target Attribute in Dawiso |
|---|---|
| collection_name | Collection Name |
| collection_schema | Collection Schema |
| count | Number of Documents in Collection |
| collection_size | Size of Collection |
| collection_type | Collection Type |
| is_capped | Is Collection Capped? |
| avg_obj_size | Average Document Size |
| scale_factor | Scale of Reported Size |
| index_size | Index Size |
| n_indexes | Number of Indexes |
| index_details | Document Index Detail |
| collection_info | Subtype Info |
| num_orphan_docs | Oprhaned Documents |
| cluster_time | Internal Cluster Time |