Files
sriphat-dataplatform/04-ingestion
2026-02-16 23:20:48 +07:00
..
2026-02-16 23:20:48 +07:00
2026-02-16 23:20:48 +07:00

04-ingestion: Airbyte Data Ingestion

Airbyte OSS for data ingestion and ETL (standalone deployment).

Services

  • airbyte: All-in-one Airbyte container (webapp + server + worker + temporal)

Run

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

Access

Note

This uses Airbyte standalone image for simplicity. For production with high workload:

First Time Setup

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