Skip to content

Files

Latest commit

 

History

History
25 lines (19 loc) · 1.17 KB

File metadata and controls

25 lines (19 loc) · 1.17 KB

Why implement Airbyte Protocol

Context and Problem Statement

How to make Official Airbyte Platform implementation more modular and efficient?
For example, Official Airbyte implementation has some complicated micro-orchestration of socat forwarding and TCP port management from workers. Is a simpler implementation possible with same stability guarantee?
More importantly, How to make it standalone for simple use-cases?
Temporal is the coolest of the application development technologies? But can we make it optional for replications?

Considered Options

  • Option A, Some previous attempts
  • Option B, Implement core data-plane components of the Official Airbyte in a modular and pluggable way.

Decision Outcome

Chosen option: Option B, Independent and the Path of least resistance. 😃