ETL Frameworks
Real-Time Data Pipeline Platform
★ 4.2
Python ETL Package
★ 4.3
pip install estuary-flowpip install petlpip install estuary-flowpip install petlPython data engineers use Estuary Flow to build low-latency CDC pipelines that keep a data warehouse continuously up to date with source database changes. Python derivations are written as TypeScript lambda functions embedded in the Flow spec, processing events in real time before they land in the destination — enabling sub-minute data freshness for operational analytics.
Python data engineers use petl for lightweight, script-based ETL tasks where Spark or Airflow would be overkill. A typical pipeline reads from a CSV or SQLite source, applies field renames and filters, then writes to a Postgres table — all in under 50 lines of readable Python.
Individual Tool Pages