Linking the components - 7.3
MongoDB
- EnrichVersion
- Cloud
- 7.3
- EnrichProdName
- Talend Big Data
- Talend Big Data Platform
- Talend Data Fabric
- Talend Open Studio for Big Data
- Talend Real-Time Big Data Platform
- EnrichPlatform
- Talend Studio
- task
- 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
Procedure
-
Drop tMongoDBConnection, tFixedFlowInput, tMongoDBOutput, tMongoDBClose, tMongoDBInput and tLogRow
from the Palette onto the design
workspace.
-
Rename tFixedFlowInput as blog_post_data, tMongoDBOutput as write_data_to_collection, tMongoDBInput as read_data_from_collection and tLogRow as show_data_from_collection.
-
Link tMongoDBConnection to tFixedFlowInput using the OnSubjobOk trigger.
-
Link tFixedFlowInput to tMongoDBOutput using a Row > Main
connection.
-
Link tFixedFlowInput to tMongoDBInput using the OnSubjobOk trigger.
-
Link tMongoDBInput to tMongoDBClose using the OnSubjobOk trigger.
-
Link tMongoDBInput to tLogRow using a Row > Main
connection.