tAmazonDocumentDBInput Standard properties
These properties are used to configure tAmazonDocumentDBInput running in the Standard Job framework.
The Standard tAmazonDocumentDBInput component belongs to the Cloud family.
Talend Studio is compatible with Amazon DocumentDB 3.6 version.
The component in this framework is available in all Talend products with Big Data and in Talend Data Fabric.
Basic settings
Property Type |
Select the way the connection details will be set.
|
Use an existing connection |
Select this check box and in the Component List drop-down list, select the desired connection component to reuse the connection details you already defined. |
Schema and Edit Schema |
A schema is a row description, and it defines the fields to be processed and passed on to the next component.
Click Edit schema to make changes to the schema. If you make changes, the schema automatically becomes built-in. Click Guess schema to retrieve the table schema. |
Host and Port |
Enter the IP address and listening port of the database server. |
Database |
Enter the name of the Amazon DocumentDB database. |
Need auth |
Select this check box to enable the database authentication. Among the mechanisms listed on the Auth mechanism drop-down list, select either Negotiate, which is recommended because it automatically select the most adapted authentication mechanism, or SCRAM-SHA-1 SASL, or SCRAM-SHA-256. Select the Use auth database check box to enter the name of the authentication database in which the username to be used to connect to Amazon DocumentDB has been created and enter the database user authentication data in the Username and Password fields. To enter the password, click the [...] button
next to the Password field to bring out the Enter a new
password dialog box, enter the password in the text field, and click
OK. Note that you can enter the password either in a JSON string
in the pure password mode or as a Java expression in the Java
mode. You can toggle between the two modes by clicking switch to
Java mode or switch to pure password mode on the top
of the text field.
Information noteNote:
|
Use SSL connection |
Select this check box to enable the SSL or TLS encrypted connection. Then you must specify the encryption information using one of these
methods:
|
Collection |
Enter the name of the collection in the Amazon DocumentDB database. |
Use query |
Select this check box to retrieve data using query statements. You can enter the query statement in the Query field. |
Mode |
Select the type of target data to read between JSON and Text. |
Advanced settings
tStatCatcher Statistics |
Select this check box to collect the log data at the component level. |
Connection parameter |
Specify additional connection properties for the Amazon DocumentDB connection you are creating. |
Global Variables
ERROR_MESSAGE |
The error message generated by the component when an error occurs. This is an After variable and it returns a string. |
NB_LINE |
The number of rows processed. This is an After variable and it returns an integer. |
Usage
Usage rule |
As a start component, tAmazonDocumentDBInput allows you to retrieve records from a collection in the Amazon DocumentDB database and transfer them to the following component for display or storage. |