5cd625bb66 | ||
---|---|---|
.. | ||
Readme.md | ||
apiDefinition.swagger.json | ||
apiProperties.json |
Readme.md
MongoDB Connector
MongoDB is the leading modern, general purpose, document-based, distributed database, designed to unleash the power of software and data for developers and the applications they build. The MongoDB Data API provides you REST access to your data in MongoDB Atlas ,the database-as-a-service offering by MongoDB. The API includes endpoints that create, read, update, delete, and aggregate documents in your cluster.
Publisher: MongoDB
Prerequisites
Get started by creating a MongoDB Atlas Account with a running Cluster, hosting the Database that you want to connect to from the Power Platform.
Supported Operations
Perform CRUD operations and aggregations on your data in minutes. Below are teh supported operations:
- Find a Single Document
- Find Multiple Documents
- Insert a Single Document
- Insert Multiple Documents
- Update a Single Document
- Update Multiple Documents
- Replace a Single Document
- Delete a Single Document
- Delete Multiple Documents
- Run an Aggregation Pipeline
Read the full documentation of the operations and their examples here
Getting Started
- In the Base URL field in the General tab, replace the placeholder "Data API App ID" with the App ID from the URL endpoint under Data API tab in your Atlas cluster.
- For some APIs which expect a Json request or response , the layout/sample of the json needs to be added using the "Import from Sample" option for the Request or Response under the Definition tab.
Known Limitations
- Data API logs all requests and stores the logs for 30 days.They can be viewed from the Data API screen in the Logs tab
- The Data API has restrictions in terms of the size of the Request and the Response body and the response time which is detailed here
Deployment Instructions
Please use these instructions to deploy this connector as a custom connector within Microsoft Power Automate and Power Apps