Guide to Pipeline Architecture
Types of Telemetry Data Pipelines
Compare Mezmo pipeline patterns for ingestion, optimization, archiving and rehydration, and responsive processing, with example pipelines for each.
In the Mezmo O’Reilly Report The Fundamentals of Telemetry Pipelines, telemetry data is described as a raw resource that must be refined in order to become useful information. The process of refinement is carried out through a telemetry pipeline. There is, however, no one-size-fits-all approach to telemetry pipeline design - you must design the pipeline to produce the type of information that suits your purpose.
While the word “pipeline” brings to mind images of pipes, valves, and other plumbing fixtures, a data pipeline is better thought of as an algorithm - a series of operations executed in a specific order to produce a result. Within a telemetry data pipeline, the operations are represented by processors or processor groups that perform specific functions.
In this guide you’ll find examples of Mezmo Telemetry Pipelines that are designed for specific purposes, along with descriptions of the processors typically used in each type of pipeline. You will also find tutorials for building “Pipettes” using Mezmo Demo Source Data, and interactive demos to help you understand how data is transformed into information as it passes through the pipeline.

