Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 961 Bytes

README.md

File metadata and controls

53 lines (37 loc) · 961 Bytes

FIWARE Machine Learning and MLOps - Supermarket example

Create Docker Network

docker network create fiware

First time:

docker compose -f docker-compose.maven.yml up -d

Start base infraestructure

docker compose up -d
cd airflow
docker compose up -d

With Airflow as orchestrator

Run airflow flows from the web (first training then predicting)

Without Airflow as orchestrator

Start training job

docker compose -f docker-compose.submit_train.yml up -d

Start prediction job

docker compose -f docker-compose.submit_predict.yml up -d

Train again Start training job

docker compose -f docker-compose.submit_train.yml up -d