Tag: MongoDB

  • Connect to MongoDB Atlas using the MuleSoft MongoDB Connector

    Connect to MongoDB Atlas using the MuleSoft MongoDB Connector

    Overview MongoDB Atlas is a global cloud database service for modern applications. It allows developers to deploy fully managed MongoDB across AWS, Azure, or GCP. Using MuleSoft’s MongoDB Connector, you can easily integrate your systems with MongoDB Atlas. In this post, I’ll walk you through the process of setting up the MuleSoft MongoDB Connector to…

  • Update Document with a MongoDB Function using MuleSoft

    Update Document with a MongoDB Function using MuleSoft

    I recently had to figure out how to use the MuleSoft MongoDB Connector and update a document with a function. This post is a quick walk-through showing how to build an example flow to address the use case. In MongoDB, the collection we’ll be performing the function against looks like the following. It’s just a set…