MongoDB
Find out how to connect MongoDB to your data warehouse effortlessly.
Last updated
Find out how to connect MongoDB to your data warehouse effortlessly.
Make sure you have access to your MongoDB connection string. It can be in one of the following formats:
Standard format:
mongodb://username:password@localhost:27017/myDatabaseSRV format (used with MongoDB Atlas):
mongodb+srv://username:password@cluster0.mongodb.net/myDatabaseUse the details from your connection string to complete the form as follows:
DB
myDatabase
Host
cluster0.mongodb.net or localhost
Port
27017
User
username
Password
password
Last updated

