Examples Index
This directory contains a comprehensive list of example scripts available in the examples/ directory of the repository. These scripts demonstrate various features and patterns of AntFlow.
Basic Usage
| Example |
Description |
| basic_executor.py |
Simple usage of AsyncExecutor for concurrent task execution. |
| basic_pipeline.py |
Basic Pipeline setup with sequential stages. |
| wait_example.py |
Demonstrates different WaitStrategy options (ALL_COMPLETED, FIRST_COMPLETED, etc.). |
Pipeline Patterns
| Example |
Description |
| advanced_pipeline.py |
Complex pipeline with multiple stages, retries, and error handling. |
| real_world_example.py |
A realistic ETL scenario simulating data ingestion, processing, and storage. |
Monitoring & Tracking
Dashboards
Detailed Guides
For step-by-step explanations of these concepts, check out our guide pages: