MongoDB
MongoDB is a cross-platform document-oriented database platform. Classified as a NoSQL database product, MongoDB uses JSON-like format to store documents with optional schemas.
Last updated
MongoDB is a cross-platform document-oriented database platform. Classified as a NoSQL database product, MongoDB uses JSON-like format to store documents with optional schemas.
Last updated
Before Connection MongoDB with Jetadmin, you need to have a "Connection String" and the "Database Name".
Go to the MongoDB Atlas web interface ,and on the left menu, Click "Clusters"
Click on the "Connect" button next to the needed cluster's name
Choose "Compass"
Copy the provided Connection String
Click "Done"
In the connection string, replace <db_password> with the password for the Current User you were provided before when registering a new user in MongoDB.
If you lost your password, you need to create a new one.
On the left menu, Click on "Database Access" link in the sidebar under the "Security" section
Under the Database users tab, find the needed user and click the "Edit" button next to it
In the next screen, Click on "Edit Password"
Type a new password, Copy, and save it in a safe place.
Go to the needed Cluster
Under the "Collections" tab, click to choose the needed Database
Copy the Database name.
On Jetadmin's builder side, click 'Add Resource' from the data section on the left-side menu
Choose MongoDB
Choose "Instant Connection" as a setup method
Type a unique name for the new MongoDB data source
Choose the suitable region which is closer to your location and has less delay
Paste the "Connection string" that was prepared before
Paste the "Database Name"
Click the 'Choose tables' button
Select/unselect the needed tables
Click the 'Add Resource' button.