Section 21

How to Run the System

One canonical command runs the whole pipeline.

The canonical way to run the system:

bash
pip install -r requirements.txt
python main.py

main.py orchestrates the full pipeline. The individual modules (extract.py, load.py, transform.py, export.py) are optional implementation details — you do not run them directly.