ETL Frameworks
Lightweight ETL Framework
★ 4.2
Real-Time Data Pipeline Platform
★ 4.2
pip install bonobopip install estuary-flowpip install bonobopip install estuary-flowBonobo is used for straightforward ETL scripts where simplicity matters. Engineers define a pipeline graph by connecting Python functions — one reads rows from a CSV, another cleans them, a third writes to a database — and Bonobo handles the plumbing, parallelism, and error propagation between nodes.
Python 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.
Individual Tool Pages