Destinations
MongoDB
Basic config
connection_string
: URI defines connection between application and MongoDB instance.database_name
: The database where you want to store the data.collection_name
: The collection where you want to group the documents.
Optional fields
Was this page helpful?