Active |
---|
This application does not need additional settings. So you can make connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). More only by using your login credentials or by following the instructions below . |
With MongoDB modulesThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More in Boost.spaceCentralization and synchronization platform, where you can organize and manage your data. More IntegratorPart of the Boost.space system, where you can create your connections and automate your processes. More, 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.
To establish the connection, you must:
You can use the most recent driver type and connect to a serverless instance from Boost.space Integrator:
-
Log in to your MongoDB account. In the left sidebar, click Database > Connect.
-
Click Connect your application > Drivers.
-
Select Node.js driver version 4.1.
-
Replace the
<username>
,<password>
with your account credentials, add thedatabase 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
-
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.
To establish the connection in Boost.space Integrator:
-
Log in to your Boost.space Integrator account, add a MongoDB moduleThe module is an application or tool within the Boost.space system. The entire system is built on this concept of modularity. (module - Contacts) More to your scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive. More, and click Create a connection.
-
Optional: In the Connection name field, enter a name for the connection.
-
In the Connection string field, enter the connection string copied above.
-
Click Save.
-
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.
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