Active
This application does not need additional settings. So you can make connection only by using your login credentials or by following the instructions below .

MongoDB

With MongoDB modules in Boost.space Integrator, you can insert, update, retrieve, search, and delete documents in your MongoDB account.

To use MongoDB modules, you must have a MongoDB account and a running instance of MongoDB configured for public access from the Internet. You can create an account at https://www.mongodb.com/.

Refer to the MongoDB API documentation for a list of available endpoints.

Connect MongoDB to Boost.space Integrator

To establish the connection, you must:

Obtain the connection string in Mongo DB.

You can use the most recent driver type and connect to a serverless instance from Boost.space Integrator:

  1. Log in to your MongoDB account. In the left sidebar, click Database > Connect.

    mongodb-5.png
  2. Click Connect your application > Drivers.

    mongodb-8.png
  3. Select Node.js driver version 4.1.

    mongodb-10.png
  4. Replace the <username>, <password> with your account credentials, add the database name, and paste the connection string in the app’s connection screen.mongodb+srv://<username>:<password>@myclass.9fnerah.mongodb.net/<database name>?retrywrites=true&w=majority

    mongodb-9.png
  5. Copy your Connection string and store it in a safe place.

You now have the connection string to connect the MongoDB app with Boost.space Integrator.

Establish the MongoDB connection in Boost.space Integrator.

To establish the connection in Boost.space Integrator:

  1. Log in to your Boost.space Integrator account, add a MongoDB module to your scenario, and click Create a connection.

  2. Optional: In the Connection name field, enter a name for the connection.

  3. In the Connection string field, enter the connection string copied above.

  4. Click Save.

  5. If prompted, authenticate your account and confirm access.

You have successfully established the connection. You can now edit your scenario and add more MongoDB modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.

Whitelist IP addresses in Boost.space Integrator

  1. Log in to your MongoDB account.

  2. Make sure that MongoDebug is shown in the upper left corner dropdown under the Atlas logo.

  3. In the left sidenav, click Network Access.

    mongodb_IPaddress.png
  4. Click +ADD IP ADDRESS.

  5. For the Access List Entry field, enter the IP address and click Confirm.

Build MongoDB Scenarios

After connecting the app, you can perform the following actions:

Actions

  • Insert a document

  • Retrieve a document

  • Update a document

  • Delete a document

Searches

  • Search documents

Date/time queries

To perform a date/time query, use the ISO 8601 format with milliseconds and no time zone offset. E.g. 2019-05-06T16:19:03.123Z.