MongoDB



MongoDB



MongoDB

MongoDB

Beta version

The configuration and connection might need a bit of fine-tuning to get things running smoothly. Let us know if you hit any snags at team@tably.com.

Once created, a connection can be reused or copy-pasted in all other pages within same workspace without additional setup. The setup can be complex and, if in doubt, ask your developer for help. They will have all needed details and will be able to assist with possible errors.

The MongoDb instance to connect to. For MongoDB Atlas and Replica Set TLS connection is used by default.
The host name of the Mongo database.
The port of the Mongo database.
Indicates whether TLS encryption protocol will be used to connect to MongoDB. It is recommended to use TLS connection if possible. For more information see documentation.
The members of a replica set. Please specify host:port of each member separated by comma.
A replica set in MongoDB is a group of mongod processes that maintain the same data set.
The URL of a cluster to connect to.
The database you want to import.
The username which is used to access the database.
The password associated with this username.
The authentication source where the user information is stored.
Loadingโ€ฆ