Skip to content

SYSTEM Cited by 2 sources

Netflix Data Bridge

Netflix Data Bridge is Netflix's unified management plane for batch data movement, providing a catalog of connectors along with simple UI and APIs to initiate data-movement jobs (Source: sources/2026-06-19-netflix-the-evolution-of-cassandra-data-movement-at-netflix). An earlier blog post (Data Bridge: How Netflix Simplifies Data Movement) introduced it; several bespoke connectors were developed across organisations historically, and Data Bridge centralises them through a standardised abstraction.

Roles

  1. Abstraction layer — users define data-movement jobs via Data Bridge; the underlying connector (Casspactor → Move Data) is transparent and swappable via the Decider Pattern.
  2. Connector catalog — houses Cassandra-to-Iceberg (now Cassandra Analytics Wrapper + Move Data), Key-Value-to-Iceberg, Time-Series-to-Iceberg, and others.
  3. Offline correctness substrate — runs Spark verification jobs to confirm partition splits are exact matches (Source: sources/2026-06-03-netflix-dynamically-splitting-wide-partitions-in-cassandra-for-time-series-workloads).

Seen in

Last updated · 608 distilled / 1,858 read