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 connecting MongoDB with Jet Admin, ensure you have created a MongoDB database and provided the Connection String
along with the Database Name
to Jet.
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 required Database
Copy the Database name.
Open Jet app
Click Add Resource
from the data section on the left-side menu
Choose MongoDB
Choose Instant Connection as a setup method
Resource Name | Description |
Region | Username for this database |
Connection String | URI that allows an application to connect to a MongoDB instance: |
Database Name | The name of the database you would like to interact with |