> For the complete documentation index, see [llms.txt](https://docs.verbdata.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verbdata.com/data-sources/database-engines/mongodb.md).

# MongoDB

## Supported Ingestion Methods

* Full
* Incremental
  * It is highly recommended that an index covering the column to be used exists

{% hint style="info" %}

#### Connecting to MongoDB Cloud Atlas

When connecting to MongoDB hosted on Atlas, the following connection settings are recommended:

* Host: Found in the "Connect" section of Atlas for the cluster (i.e. `my-server.ab1c2.mongodb.net`)
* Use SRV: Yes *(required)*
* Use SSL: Yes *(required)*
* Auth Source: typically "admin"
* Read Preference: typically "Secondary" if you have a multi-node cluster, "Primary" otherwise
  {% endhint %}

![](/files/aNalauEbArvOqMm0KKzj)
