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.

mongo-db

Object types

Database

Maps to MongoDB Database object type.

Source AttributeTarget Attribute in Dawiso
database_nameDatabase Name
collection_countNumber of Collections

Collection

Maps to MongoDB Collection object type.

Source AttributeTarget Attribute in Dawiso
collection_nameCollection Name
collection_schemaCollection Schema
countNumber of Documents in Collection
collection_sizeSize of Collection
collection_typeCollection Type
is_cappedIs Collection Capped?
avg_obj_sizeAverage Document Size
scale_factorScale of Reported Size
index_sizeIndex Size
n_indexesNumber of Indexes
index_detailsDocument Index Detail
collection_infoSubtype Info
num_orphan_docsOprhaned Documents
cluster_timeInternal Cluster Time