Skip to content

Files

Latest commit

Mar 20, 2023
925d198 · Mar 20, 2023

History

History
18 lines (11 loc) · 555 Bytes

File metadata and controls

18 lines (11 loc) · 555 Bytes

Why implement in Rust

Context and Problem Statement

How to make new Airbyte Replication driver performant and resource efficient?
It should use absolute minimum resources(CPU,Memory) to enable the data flow from Source to Destination.
Thus enabling us to package more replication pods in the cluster. 💵 💵 💵

Considered Options

  • Rust

Decision Outcome

Chosen option: "Rust", because it is perfect for the purpose of injecting a static binary into connector containers with required performance guarantees.