Handling data with Redshift - Cloud - 8.0

Amazon Redshift

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 Redshift components
Data Quality and Preparation > Third-party systems > Amazon services (Integration) > Amazon Redshift components
Design and Development > Third-party systems > Amazon services (Integration) > Amazon Redshift components
Last publication date
2024-02-20

This scenario describes a Job that writes the personal information into Redshift, then retrieves the information in Redshift and displays it on the console.

For more technologies supported by Talend, see Talend components.

The scenario requires the following six components:

  • tRedshiftConnection: opens a connection to Redshift.

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

  • tRedshiftOutput: writes the data it receives from the preceding component into Redshift.

  • tRedshiftInput: reads the data from Redshift.

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

  • tRedshiftClose: closes the connection to Redshift.