Adding Airbyte to Docker Compose

Summary

How to include Airbyte in Docker Compose for a pipeline setup with other tools like Airflow, ClickHouse, and PostgreSQL


Question

Hello, is there a way to add Airbyte to Docker Compose? I’ve noticed that the documentation has switched to abclt, but I need the Docker alternative because I’m building a pipeline that should start with a single docker-compose up command. For portability reasons, I need to include Airbyte in Docker to prevent the “client” (teacher) from having to follow extra steps to test the running pipeline.

This pipeline also includes other tools like Airflow, ClickHouse, and PostgreSQL, which are already integrated into the Docker Compose setup



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["docker-compose", "airbyte", "abclt", "pipeline", "portability", "integration"]