#151
B
Rank #188
Airbyte
Airbyte is an open-source data integration platform with hundreds of pre-built connectors for moving data between sources and warehouses. Its standout trait is a large connector ecosystem, at the cost of a very heavy self-hosted footprint.
61.8
/ 100
β Full Stack
A Java/Kotlin control plane orchestrating connector syncs via Temporal for workflow durability, with PostgreSQL for metadata, and each connector running as its own containerized Docker/Python or Java process.
π Scaling Analysis
Temporal gives Airbyte durable, horizontally scalable workflow execution in principle, but the sheer number of required stateful services (10+ containers) means small deployments pay a large fixed operational cost before any sync volume scaling benefit is realized.
π Running on Nexlayer
This is one of the heaviest stacks to place on Nexlayer β Temporal, its own Postgres, Airbyte's control-plane Postgres, workers, and the webapp all need separate pods linked via <podName>.pod:<port>; connector pods are spun up dynamically so the runtime needs pod-creation permissions similar to Nexlayer's own build Jobs. Budget significant CPU/memory headroom.