Separating Server API from the remainder #61718
Unanswered
Guilherme-B
asked this question in
Deployment
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey team! 👋
I have been exploring the idea of using Airbyte instead of Dlt. And unfortunately, PyAirbyte is just not very mature yet.
A critical topic is cost, what I've been thinking is having the Server / API - to add connections, test them, etc - in a constantly live cluster, and then having the main components (webui, temporal service, worker, workload api, workload launcher, cron and bootloader) in an environment which is turned on or off via an Orchestrator.
I was looking at abctl but as far as I can see, the whole thing is combined. Anyone tried this architecture?
Beta Was this translation helpful? Give feedback.
All reactions