MongoDB
This page describes how to create a connection to MongoDB using a SQL command.
Last updated
This page describes how to create a connection to MongoDB using a SQL command.
Last updated
To ingest data from MongoDB using Upsolver, you must first create a connection with the appropriate credentials to access your database.
CONNECTION_STRING
— editableType: text
The connection string to use when connecting to the server.
USER_NAME
— editableType: text
The user to authenticate to the database with.
PASSWORD
— editableType: text
The password for the user.
TIMEOUT
Value: INTERVAL '<integer>' SECONDS
Default: 30 SECONDS
(Optional) Timeout will override the timeout setting specified in the connection string.
COMMENT
— editableType: text
(Optional) A description or comment regarding this connection.