ETL Frameworks
Data Pipeline Tool
★ 4.6
Python API for Apache Spark
★ 4.8
pip install mage-aipip install pysparkpip install mage-aipip install pysparkData engineers use Mage.AI to build and iterate on pipelines interactively — writing data loading blocks in Python, transformation blocks in SQL or pandas, and exporter blocks that write to a warehouse, all in a visual editor. Mage then runs these pipelines on a schedule or triggers them via API with full observability built in.
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