# Exploration Area Project: Orchestration part

**Flow diagram:** 
[here](https://drive.google.com/file/d/1UIu0Q6-2t8cnaUsEz0OJEjd-rdVM9jhW/view?usp=sharing)

**Description of main flow**: 
[here](https://docs.google.com/document/d/19qoR1xtU_LoOxbe2YhJ9QOF2ebfC1W_H7UZriNF_4KU/edit?usp=sharing)

**Description of reprocessing flow**:
[here](https://docs.google.com/document/d/1y49WpFXwmfUl8DSFE7t6qxVpmBJaBAlDLGjlg66B7Mw/edit?usp=sharing)

For additional info check [here](./docs)

####  Git Hooks -To apply formatter for each commit

1. `make hooks/enable` - enable pre-commit hook and setup environment
2. `make hooks/disable` - disable pre-commit hook and clean up environment
