MongoDB Configuration
MongoDB is a popular NoSQL database that is used in many applications. You can use MongoDB as a data source in your workflows. To use MongoDB as a data source, you need to configure the MongoDB connection in the workflow.
Configurations
Property | Description | Required | Default |
---|---|---|---|
Name | The name of the MongoDB Connection. | Yes | |
Database | The name of the database to be used. | Yes | |
Configuration Type | The type of configuration to be used. | Yes | |
Connection String | The connection string to be used for the MongoDB Connection. | Yes, if Configuration Type is Connection String | |
Host | The host to be used for the MongoDB Connection. | Yes, if Configuration Type is Values | |
Port | The port to be used for the MongoDB Connection. | Yes, if Configuration Type is Values | |
Username | The username to be used for the MongoDB Connection. | Yes, if Configuration Type is Values | |
Password | The password to be used for the MongoDB Connection. | Yes, if Configuration Type is Values |