ETL Frameworks
Python Data Loading Library
★ 4.5
Real-Time Data Pipeline Platform
★ 4.2
pip install dltpip install estuary-flowpip install dltpip install estuary-flowPython data engineers use dlt to replace hand-written ingestion scripts. You decorate a Python generator function as a `@dlt.source`, define resources with `@dlt.resource`, and call `pipeline.run()` — dlt handles schema creation, type casting, incremental state, and writing to your destination warehouse automatically.
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