# V2 Telemetry Data Pipeline

`@v2/telemetry-data-pipeline` owns the Phase 72.5.1.5 data path from
`v2-telemetry-firehose` to governed warehouse rows. It models Kafka and Kinesis
stream envelopes, validates batches using `@v2/telemetry-ingestion`, transforms
events into the `warehouse.v2_telemetry.events` row contract, and writes through
ClickHouse, BigQuery, or Redshift sink adapters.

The local `MemoryTelemetryPipelineSource` and `MemoryTelemetryWarehouseSink` are
for tests and development. Production deployments provide adapters for the
selected stream and warehouse targets.
