ECLYPSE (Edge-CLoud pYthon Platform for Simulated runtime Environments) is the first simulation library entirely written in Python, for experimenting with deployment strategies in varying infrastructure conditions. It provides an interface to simulate deployments of service-based applications onto life-like infrastructures, without and with an actual application implementation to be deployed.
To install ECLYPSE and all its dependencies, you can run the following commands:
pip install eclypse
N.B. We strongly suggest the installation of ECLYPSE in a virtual environment.
The documentation for ECLYPSE can be found here.
ECLYPSE is described and assessed in:
Jacopo Massa, Valerio De Caro, Stefano Forti, Patrizio Dazzi, Davide Bacciu, Antonio Brogi
ECLYPSE: a Python Framework for Simulation and Emulation of the Cloud-Edge Continuum,
arXiv preprint arXiv:2501.17126, 2025.
If you want to cite ECLYPSE in your work, you can use the following BibTeX entry:
@misc{massa2025eclypse,
title = {{ECLYPSE: a Python Framework for Simulation and Emulation of the Cloud-Edge Continuum}},
author = {Jacopo Massa and Valerio De Caro and Stefano Forti and Patrizio Dazzi and Davide Bacciu and Antonio Brogi},
year = {2025},
eprint = {2501.17126},
archivePrefix = {arXiv},
primaryClass = {cs.NI},
url = {https://arxiv.org/abs/2501.17126},
}
- Jacopo Massa
- Website: https://pages.di.unipi.it/massa
- GitHub: jacopo-massa
- Valerio De Caro
- Website: https://vdecaro.github.io
- GitHub: vdecaro
If you want to get in touch with us, drop us an e-mail!