tMongoDBConnection
Creates a connection to a MongoDB database and reuse that connection in other
components.
tMongoDBConnection opens a connection to a database in order that a
transaction may be made.
tMongoDBConnection Standard properties
These properties are used to configure tMongoDBConnection running in the Standard Job framework.
The Standard
tMongoDBConnection component belongs to the Big Data and the Databases NoSQL families.
The component in this framework is available in all Talend products with Big Data
and in Talend Data Fabric.
Basic settings
DB Version |
List of the database versions. |
Use replica set address |
Select this check box to show the Replica In the Replica address table, you can |
Server and Port |
IP address and listening port of the database server. Available when the Use replica set |
Database |
Name of the database. |
Use SSL connection |
Select this check box to enable the SSL or TLS encrypted connection. Then you need to use the tSetKeystore Note that the SSL connection is available only for the version 2.4 + of |
Required authentication |
Select this check box to enable the database authentication. Among the mechanisms listed on the Authentication mechanism For details about the other mechanisms in this list, see MongoDB Authentication from the MongoDB |
Set Authentication database |
If the username to be used to connect to MongoDB has been created in a specific For further information about the MongoDB Authentication database, see User Authentication database. |
Username and Password |
DB user authentication data. To enter the password, click the […] button next to the Available when the Required If the security system you have selected from the Authentication mechanism drop-down list is Kerberos, you need to |
Advanced settings
tStatCatcher Statistics |
Select this check box to collect the log data at a component level. |
No query timeout |
Select this check box to prevent MongoDB servers from stopping idle A cursor for MongoDB is a pointer to the result set of a query. By |
Global Variables
Global Variables |
ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see |
Usage
Usage rule |
This component is generally used with other MongoDB components, |
Related scenario
For a related scenario, see Creating a collection and writing data to it.