Hi guys! would you be interested to have Airbyte a...
# announcements
a
Hi guys! would you be interested to have Airbyte available as one click app on https://flashdrive.io ? Do you have a docker version with less containers required (7 now)?
1
c
Hi. Thanks for your interest. There is not a version of our product that uses fewer docker containers right now.
a
Ok! Is there minimum requirements for each container? I think /server and /webapps requires at least 4GB ram but what about the others? Curious to see if we can package a stack with small instances for the others
we want to use Airbyte for ourselves and we think it’s a great tool for our users to deploy as well 🙂
c
The way to think about it is that there are a handful of long-running docker containers: server, scheduler, webapp, db. I don't have exact numbers for what's needed for these. Then anytime we run a "job" (e.g. replicate some data), the scheduler spins up 2 docker containers, one for the source one fo r the destination. these containers live as long as the replication job, and then they are killed.
I think we've looked at a few solutions like you mentioned, and generally having a docker container spin up another docker container is generally not allowed. Let me know if that's different for your stack.
a
indeed, running Docker inside Docker is not possible on FlashDrive as well. I’ll try to find a workaround, I think we can create a custom configuration for Airbyte. I’ll let you know
c
Sounds good!