MongoDB
Use the MongoDB connector to perform various operations such as executing custom queries, managing databases, and more. This connector allows you to interact with your MongoDB instance directly from Boltic. You will need a valid MongoDB connection to get started.
Requirements
To use the MongoDB connector, you need:
- Access to a MongoDB server.
- MongoDB credentials (username and password or access key).
- The MongoDB server must be accessible over the internet or via a secure network.
Supported Authentication Methods
- Username and Password
- SSH Configuration (Optional)
Basic Operations
MongoDB Connection
- Set up a MongoDB connection to execute queries and manage your database resources.
Database Operations
- Execute Query: Run custom MongoDB queries directly on your MongoDB server.
Query
- Enter your Query: Specify the MongoDB query you want to execute. This can include operations like finding, inserting, updating, or deleting data within your database.
Example Operations
Database
- Execute a Query: Run MongoDB commands (e.g.,
find
,update
,insert
,delete
) on your MongoDB database.
Support
For more detailed instructions on setting up your MongoDB connection, refer to the Boltic documentation or contact Boltic support.