31 Oct 2024 08:00 AM
What does it consist of? Can a pipeline be linked to multiple data types?
Solved! Go to Solution.
31 Oct 2024 08:02 AM - edited 31 Oct 2024 09:50 AM
In the context of data ingest, pipelines are where filtering, processing, enrichment, and extraction of incoming data happen. All of this is defined by “Processors.”
The main benefits of using pipelines are
A pipeline is linked to a specific data type. There can be multiple pipelines per datatype. The dynamic routing defines the pipeline that a record is sent one. Each record goes through only one (!) pipeline.
A pipeline contains several steps, called “Stages”: Processing, Metric extraction, Data extraction, Permission, Storage.
a more detailed explanation can be found in the OpenPipeline Documentation.