MongoDB
Overview
This connector provides a connection to MongoDB.
Requirements
Before creating the connector, you will need the following information available for the MongoDB connection.
- URI (host/port)
- user
- password
Creating
To add an instance of the MongoDB connector, you can use the Web UI or the CLI.
$ sand connectors create mongodb --name myDB --uri https://host:port \
--password password123 --user user123
✅ Connector created successfully!
Connector ID: cnc-5ab0075c465c8321
Usage
coming soon