MongoDB Receiver Connector
It allows to transfer, send or receive data in a specific format or protocol to MongoDB to perform database operations. MongoDB receiver connector can manage basic database operations such as adding, updating, querying or deleting data, thus enabling data flow between different systems.
Required Connector Properties
- Database Name: Specify the MongoDB database to connect to by providing the required information, which was previously configured in JDBC Destinations.
To acquire comprehensive guidance on defining an JDBC Destination, please refer to the JDBC Destinations section. This section offers detailed instructions and insights into the process, ensuring clarity and effectiveness in setting up JDBC Destinations.
-
Collection Name: It refers to the units in which documents are grouped and data related to each other are stored. MongoDB is a document-based database that stores documents in BSON (Binary JSON) format. Documents refer to structures that represent data in JSON-like formats, and these documents are stored in collections.
-
Return Type: Determines how data returned from MongoDB is formatted. Json, XML or CSV can be selected.
-
Operation: It includes various basic operations performed on MongoDB database such as inserting, updating, querying or deleting data in the database.