Getting Started
Multi-Container Orchestration
★ 4.7
Code Editor & IDE
★ 4.8
N/A — bundled with Docker DesktopN/A — download from code.visualstudio.comN/A — bundled with Docker DesktopN/A — download from code.visualstudio.comPython data engineers use Docker Compose to run local development environments that mirror production — spinning up a Postgres database, Redis cache, and a Python pipeline container together with a single command. The official Airflow Docker Compose file is the standard way to run a local Airflow instance with scheduler, webserver, and worker all configured automatically.
VS Code is the most widely used editor in the Python data engineering community. Engineers use it with the Python, Pylance, and Jupyter extensions for developing ETL scripts, dbt models, and data pipeline orchestration code. The dbt Power User extension provides SQL autocompletion and model lineage views. Remote SSH and Dev Containers extensions enable engineers to develop directly inside cloud environments or Docker containers, ensuring consistency with production.
Individual Tool Pages