Skip to content
Back to portfolio

Streaming architecture

Real-Time Event-to-Warehouse Pipeline

A governed event pipeline pattern for near-real-time KPIs, attribution, segmentation, and analytical serving.

50M+

daily streaming events

30%

Spark runtime reduction

25%

compute savings

The failure mode

What had to be solved

Campaign and digital-event sources needed reliable near-real-time processing without losing replayability, schema control, or warehouse-ready analytical structure.

01

Event Sources

02

Streaming Ingestion

03

Lakehouse Processing

04

Warehouse Serving

Architecture

Event Sources

Digital events land through Kafka, Event Hubs, or Kinesis with source metadata, event timestamps, and replay controls.

Streaming Ingestion

Spark Structured Streaming performs checkpointed ingestion with watermarking, deduplication, schema evolution, and dead-letter handling.

Lakehouse Processing

Delta Lake or Iceberg stores raw and standardized event layers while curated aggregations feed Gold-layer serving models.

Warehouse Serving

Snowflake and dbt publish governed marts for attribution, campaign performance, and near-real-time KPI consumption.

Key Engineering Decisions

01

Event-time processing over arrival-time shortcuts

Clickstream and campaign events could arrive late or out of order, so simple load-time processing would distort near-real-time KPIs.

Used Spark Structured Streaming with event-time watermarks, checkpointing, and replay controls so late events could be corrected without corrupting downstream marts.

02

Idempotent writes for replay and backfill

The platform needed safe retries after dependency failures, schema changes, and partial stream interruptions.

Standardized business keys, incremental MERGE logic, and dead-letter paths so replay and backfills could run without duplicate downstream state.

03

Separate raw retention from analytical serving

Teams needed both raw event retention for reprocessing and fast curated KPI access for attribution and optimization.

Kept raw and standardized event layers in the lakehouse while publishing Snowflake/dbt Gold marts for governed analytical consumption.

Operating Spec

Scale

  • 50M+ daily streaming events
  • 2+ TB daily batch and streaming data
  • Near-real-time analytical serving

Quality

  • Schema evolution checks
  • Deduplication
  • Freshness SLAs
  • Source-to-target reconciliation
  • Dead-letter paths

Reliability

  • Checkpointing
  • Watermarking
  • Replay/backfill controls
  • Idempotent writes
  • Runbooks for late data and dependency failures

Tools

KafkaEvent HubsKinesisSpark Structured StreamingDelta LakeApache IcebergSnowflakedbt