Wladimir Hofmann, Sebastian Lang, Paul Reichardt, Tobias Reggelin
Otto-von-Guericke-University Magdeburg, Germany
How can a scalable digital shadow setup look like, built on open-source software & managed cloud solutions ?
Goal: forecast schedule deviations caused by material delivery delays
# docker + terraform required
docker-compose up localstack # start local "AWS"
# prepare lambdas:
docker-compose up package-ingest-lambda
docker-compose up package-simulation-lambda
# setup resources on "AWS":
cd terraform && terraform init
terraform apply && cd ../
# run dashboard (http://localhost:8050)
# & execute emulation (http://localhost:5001):
docker-compose up dashboard emulation
Thank you for your attention.