Skip to content

eclypse-org/eclypse

Repository files navigation

eclypse-logo

PyPI - Python Version pre-commit Checked with mypy Checked wit pylint Import sorted with isort IMport cleaned with pycln Code style: black Doc style: docformatter

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.

Installation

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.

Documentation

The documentation for ECLYPSE can be found here.

Publication

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}, 
}

Authors

Contact Us

If you want to get in touch with us, drop us an e-mail!