MongoDB
Find out how to connect MongoDB to your data warehouse effortlessly.
Before you begin
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/myDatabaseHow to Fill Out the Connection Form in Erathos
Use the details from your connection string to complete the form as follows:
Field
Value
DB
myDatabase
Host
cluster0.mongodb.net or localhost
Port
27017
User
username
Password
password
Last updated

