This repository contains the artifacts described in the research paper titled "Exploiting Microservices and Serverless for Digital Twins in the Cloud-to-Edge Continuum." This repository hosts any relevant artifacts that we used during our research. It serves to increase the reproducibility and understanding of our work.
This repository is structured as follows:
./
├── kubemake/ # Source code of the Ansible project to automatically configure the Kubernetes cluster
├── iiot-device/ # Source code of the IIoT device emulator
├── serverless-digital-twin/ # Source code of the Digital Twin (serverless implementation)
├── microservices-digital-twin/ # Source code of the Digital Twin (microservices implementation)
├── LICENSE # License
└── README.md # This file