data-wrangling / cli
Airbyte
Capability: Airbyte
Use it when
- replicate data between SaaS APIs, databases, files, and warehouses
- need a connector catalog and incremental syncs instead of writing extraction jobs
What it solves
Not the fit when
- large connector deployments still require operational capacity
Install
git clone https://github.com/airbytehq/airbyte && cd airbyte && ./run-ab-platform.sh
Invoke
Configure a source and destination connection, choose incremental sync where supported, and inspect sync history and schema changes.
Alternatives
No reviewed alternatives recorded yet.