Skip to main content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

Handling data with Amazon Aurora

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.

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!