ETL Frameworks
CLI-First ELT Platform
★ 4.3
Python API for Apache Spark
★ 4.8
pip install meltanopip install pysparkpip install meltanopip install pysparkPython data engineers use Meltano to build end-to-end ELT pipelines managed as code — defining extractors, loaders, and dbt transformation steps in `meltano.yml`. The CLI is invoked from Python scripts or Airflow operators to run pipeline steps. Meltano's state management handles incremental extraction from sources automatically.
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