Handling data with Cassandra - Cloud - 8.0

Cassandra

Version
Cloud
8.0
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 > Cassandra components
Data Quality and Preparation > Third-party systems > NoSQL components > Cassandra components
Design and Development > Third-party systems > NoSQL components > Cassandra components
Last publication date
2024-02-20

This scenario applies only to Talend products with Big Data.

For more technologies supported by Talend, see Talend components.

This scenario describes a simple Job that reads the employee data from a CSV file, writes the data to a Cassandra keyspace, then extracts the personal information of some employees and displays the information on the console.

This scenario requires six components, which are:
  • tCassandraConnection: opens a connection to the Cassandra server.

  • tFileInputDelimited: reads the input file, defines the data structure and sends it to the next component.

  • tCassandraOutput: writes the data it receives from the preceding component into a Cassandra keyspace.

  • tCassandraInput: reads the data from the Cassandra keyspace.

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

  • tCassandraClose: closes the connection to the Cassandra server.