tMongoDBInput - 7.3

MongoDB

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > NoSQL components > MongoDB components
Data Quality and Preparation > Third-party systems > NoSQL components > MongoDB components
Design and Development > Third-party systems > NoSQL components > MongoDB components
Last publication date
2024-02-21

Retrieves records from a collection in the MongoDB database and transfers them to the following component for display or storage.

tMongoDBInput retrieves certain documents from a MongoDB database collection by supplying a query document containing the fields the desired documents should match.

For more technologies supported by Talend, see Talend components.

Depending on the Talend product you are using, this component can be used in one, some or all of the following Job frameworks:

  • Standard: see tMongoDBInput Standard properties.

    The component in this framework is available in all Talend products with Big Data and in Talend Data Fabric.

  • Spark Batch: see tMongoDBInput properties for Apache Spark Batch.

    The component in this framework is available in all Talend products with Big Data and Talend Data Fabric.

  • Spark Streaming: see tMongoDBInput properties for Apache Spark Streaming.

    In this type of Job, tMongDBInput is used to provide lookup data, when the size of the lookup data fits the amount of memory allocated for the execution of the Job. It is executed once to read data from MongoDB and store the data in memory so that the micro-batches from the main flow can easily access the data. If the lookup data is too large to be stored in memory, it is recommended to use tMongoDBLookupInput instead, which loads only the data matching the lookup join key.

    This component is available in Talend Real Time Big Data Platform and Talend Data Fabric.