Objective
This guide provides detailed instructions on how to connect to a MongoDB database instance using one of the most popular Open Source (SSPL) management tools for MongoDB: MongoDB Compass.
Requirements
Request a MongoDB database from the Galaxy team.
Access to the Galaxy Control Panel.
A stable version of MongoDB Compass installed and an internet connection.
Instructions
Installation
To install MongoDB Compass, follow the official documentation.
Connect with MongoDB Compass
Open MongoDB Compass.
In the connection field, enter the Service URI provided by the Galaxy team.
Click "Connect" to establish a connection to the MongoDB instance.
Detailed Steps
Request the Database: Contact the Galaxy team and request the creation of a MongoDB database.
Access the Control Panel: Ensure you have access to the Galaxy Control Panel to obtain the credentials and the database service URI.
Install MongoDB Compass: If you do not have MongoDB Compass installed, visit the official website and follow the installation instructions appropriate for your operating system.
Obtain the Service URI: In the Galaxy Control Panel, locate the service URI for the MongoDB database you will be connecting to.
Connect in MongoDB Compass:
Open MongoDB Compass on your computer.
Copy the provided service URI and paste it into the connection field in MongoDB Compass.
Click the "Connect" button to connect to the database.
By following these steps, you will be able to connect to your MongoDB database instance using MongoDB Compass and begin managing your data efficiently.