ETL Frameworks
Real-Time Data Pipeline Platform
★ 4.2
Python API for Apache Spark
★ 4.8
pip install estuary-flowpip install pysparkpip install estuary-flowpip install pysparkPython 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.
PySpark is the standard Python interface for large-scale ETL on Hadoop and cloud clusters. Data engineers write transformation logic using the DataFrame API — reading from S3 or Hive, applying joins and aggregations, then writing to Delta Lake or a data warehouse — with Spark distributing the work across hundreds of nodes.
Individual Tool Pages