Files
sriphat-dataplatform/04-ingestion/README.md
2026-02-17 09:00:21 +07:00

750 B

04-ingestion: Airbyte Data Ingestion

Airbyte OSS for data ingestion and ETL (multi-container deployment).

Services

  • airbyte-proxy: Public entrypoint (UI/API gateway)
  • server: Airbyte backend
  • worker: Runs sync jobs and launches connector containers
  • webapp: Airbyte UI
  • airbyte-temporal: Workflow engine

Run

docker compose --env-file ../.env.global up -d

Access

Note

This deployment pins Airbyte images to avoid :latest tag issues.

First Time Setup

  1. Create database: docker exec postgres psql -U postgres -c "CREATE DATABASE airbyte;"
  2. Access webapp and configure sources/destinations