Aggregating the average price of customer purchases - Cloud

Talend Cloud Pipeline Designer Processors Guide

Version
Cloud
Language
English
Product
Talend Cloud
Module
Talend Pipeline Designer
Content
Design and Development > Designing Pipelines
Last publication date
2024-02-26

A pipeline with a test source, an Aggregate processor, and an HDFS destination.

Before you begin

  • You have previously created a connection to the system storing your source data.

  • You have previously added the dataset holding your source data.

    Download and extract the file: aggregate-customers.zip. It contains a hierarchical list of customers data including ID, product information such as book title and price, etc.

  • You also have created the connection and the related dataset that will hold the processed data.

    Here, a file stored on HDFS.

Procedure

  1. Click Add pipeline on the Pipelines page. Your new pipeline opens.
  2. Give the pipeline a meaningful name.

    Example

    Aggregate Average Purchase Price
  3. Click ADD SOURCE to open the panel allowing you to select your source data, here a list of hierarchical customer data about book purchases.

    Example

    Preview of a data sample about book purchases.
  4. Select your dataset and click Select in order to add it to the pipeline.
    Rename it if needed.
  5. Click Plus and add an Aggregate processor to the pipeline. The configuration panel opens.
  6. Give a meaningful name to the processor.

    Example

    calculate average price
  7. In the Group by area, click the recycle bin icon next to the empty field to remove it as you want the whole dataset to be aggregated into one single record.
  8. In the Operations area:
    1. Select .product.price in the Field path list and Average in the Operation list as you want to group the average price of all the books purchased by customers.
    2. Name the generated field (Output field name), avgPrice for example.
  9. Click Save to save your configuration.

    You can preview the calculated data after the aggregating operation: the average book price is 13.96 dollars.

    Preview of the processor after applying the aggregate operation.
  10. Click ADD DESTINATION on the pipeline to open the panel allowing to select the dataset that will hold your output data (HDFS).
    Rename it if needed.
  11. On the top toolbar of Talend Cloud Pipeline Designer, click the Run button to open the panel allowing you to select your run profile.
  12. Select your run profile in the list (for more information, see Run profiles), then click Run to run your pipeline.

Results

Your pipeline is being executed, the average book price is aggregated in one single record, and the output flow is sent to the target systems you have indicated.