Handling data with Amazon Aurora - Cloud - 8.0

Amazon Aurora

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Amazon services (Integration) > Amazon Aurora components
Data Quality and Preparation > Third-party systems > Amazon services (Integration) > Amazon Aurora components
Design and Development > Third-party systems > Amazon services (Integration) > Amazon Aurora components
Last publication date
2024-02-20

This scenario describes a Job that writes the user information into Amazon Aurora, and then reads the information in Amazon Aurora and displays it on the console.

For more technologies supported by Talend, see Talend components.

The scenario requires the following seven components:
  • tAmazonAuroraConnection: opens a connection to Amazon Aurora.

  • tFixedFlowInput: defines the user information data structure, and sends the data to the next component.

  • tAmazonAuroraOutput: writes the data it receives from the preceding component into Amazon Aurora.

  • tAmazonAuroraCommit: commits in one go the data processed to Amazon Aurora.

  • tAmazonAuroraInput: reads the data from Amazon Aurora.

  • tLogRow: displays the data it receives from the preceding component on the console.

  • tAmazonAuroraClose: closes the connection to Amazon Aurora.