I want to understand if airbyte supports data migration from 1 mysql server to another via s3.
Our use case is that we have 1 kubernetes cluster which process and creates the data and write it to mysql. We have few enterprise clients which don't allow accessing db from their cluster. As a solution we thought about deploying a service on the enterprise side which will poll from s3 and writes to mysql on enterprise cluster.
We are thinking airbyte can help us in this particular use case where we can create one pipeline from our cluster and write it to s3, from there will write another pipeline at the enterprise side which will read from s3 and write to mysql
I want to understand if airbyte supports data migration from 1 mysql server to another via s3. Our use case is that we have 1 kubernetes cluster which process and creates the data and write it to mysql. We have few enterprise clients which don't allow accessing db from their cluster. As a solution we thought about deploying a service on the enterprise side which will poll from s3 and writes to mysql on enterprise cluster.
We are thinking airbyte can help us in this particular use case where we can create one pipeline from our cluster and write it to s3, from there will write another pipeline at the enterprise side which will read from s3 and write to mysql