The objective of the first pipeline you will create is to enrich and filter hierarchical financial data (IBAN, account and transaction information, etc.) then aggregate and count the total amount of performed transactions.
To create your first pipeline, you need to:
- create a connection to store financial data
- add the schema of your data as a Test dataset
- design a pipeline and process your data
A demo pipeline with two datasets and one Test connection are embedded by
default in the app so that you can familiarize yourself with the app before creating your
first pipeline.