> For the complete documentation index, see [llms.txt](https://docs.zingg.ai/0.3.4/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zingg.ai/0.3.4/connectors/mongodb.md).

# MongoDB

Instructions to fetch data from MongoDB

```json
"data" : [{
		"name":"mongodb", 
		"format":"mongo", 
		"props": {
			"uri": "mongodb://127.0.0.1/people.contacts"		
			}	
		}]
```
