ETL Frameworks
Open-Source Data Integration Platform
★ 4.6
CLI Data Integration Tool
★ 4.2
pip install airbytepip install slingpip install airbytepip install slingPython data engineers use Airbyte to replace hand-written API ingestion scripts — selecting a pre-built connector for the source API, configuring credentials, and Airbyte handles pagination, rate limiting, and incremental sync automatically. The Python CDK is used when a required source connector doesn't exist, enabling engineers to build and publish custom connectors.
Python data engineers use Sling via its Python SDK or CLI subprocess calls to replicate tables between databases or load files into warehouses. A common use case is syncing a production PostgreSQL table into Snowflake for analytics — Sling handles chunking, type mapping, and incremental state without requiring any custom Python ingestion code.
Individual Tool Pages