Links

MongoDB

Introduction

MongoDB is an open-source document database and leading NoSQL database. MongoDB is written in C++.

Supported actions

For your MongoDB account, YAP ensures the following actions:
  • Create row
  • Update row
  • Find row
  • Delete row
  • Count row
  • Run custom SQL action

Setup requirements

Before setup, please check that you have granted to YAP the permission to send notification to your MongoDB account. For this, sign in to MongoDB and authorize the permissions requested by YAP.

Connection

Field
Type
Description
Host
Required
The IP address or hostname (db.example.com) of where your database instance resides. Please do not specify protocol (i.e., "http://"). Use only host, like "mongo.example.com".
Port
Required
Number field. Values will be converted into a number
Database
Optional
If you must specify a database tied to your username/password, do it here.
Username
Optional
We recommend creating a new database user with extremely limited access.
Password
Optional
Again, this should not be your production password. Make it strong! (We like using random.org.)
For more information, see MongoDB documentation.
Questions? We're always happy to help with any issues you might have! Send us an email to [email protected] or request the demo with our sales team.