Skip to main content

What does Atlan crawl from MongoDB?

Atlan crawls and maps the following assets and properties from MongoDB. Atlan currently does not support lineage for MongoDB assets.

Once you have crawled MongoDB, you can use connector-specific filters for quick asset discovery. The following filter is currently supported for MongoDB collections:

  • Collection type filter - filtering options include Time Series, Capped, and Clustered collection types

Databases

Atlan maps databases from MongoDB to its Database asset type.

Source propertyAtlan property
TABLE_CATname
TABLE_COUNTmongoDBDatabaseCollectionCount

Collections

Atlan maps collections from MongoDB to its Collection asset type.

Source propertyAtlan property
TABLE_NAMEname
TABLE_CATdatabaseName
COLUMN_COUNTcolumnCount
collStats.storageSizesizeBytes
collStats.countrowCount
typemongoDBCollectionSubtype
schemamongoDBCollectionSchemaDefinition
collStats.cappedmongoDBCollectionIsCapped
collStats.maxSizemongoDBCollectionMaxSize
collStats.maxmongoDBCollectionMaximumDocumentCount
options.timeseries.timeFieldmongoDBCollectionTimeField
options.timeseries.granularitymongoDBCollectionTimeGranularity
options.expireAfterSecondsmongoDBCollectionExpireAfterSeconds
collStats.numOrphanDocsmongoDBCollectionNumOrphanDocs
collStats.nindexesmongoDBCollectionNumIndexes
collStats.totalIndexSizemongoDBCollectionTotalIndexSize
collStats.avgObjSizemongoDBCollectionAverageObjectSize