Various deployment automation technologies, such as Kubernetes and Terraform, are available to automate the deployment of applications. However, to use these technologies, developers must acquire specialized knowledge about these deployment technologies to create, maintain, and understand deployment models, for example, configuration files created with Kubernetes. The DeMAF is a tool that enables transforming such technology-specific deployment models into technology-agnostic deployment models that are modeled based on the Essential Deployment Metamodel (EDMM). The resulting technology-agnostic EDMM deployment models express deployments only by using the general modeling concepts that are supported by the 13 most prominent technologies. The resulting EDMM models can be understood without knowledge of the original deployment technology.
The DeMAF transformation framework can be deployed with the docker-compose scripts in the Deployment Config Repository
The following publications have been developed in relation to the DeMAF:
- Demo Paper at EDOC22 that demonstrates the first concept and implementation of the framework
The project originates from the Master's Thesis of Marcel Weller at the University of Stuttgart in 2021/2022. The title of the Master's Thesis is "Transformation of Technology-specific Deployment Models into Technology-Agnostic Deployment Models". It provides a concept for a transformation framework capable of such a transformation. This GitHub project contains a prototypical realization of the transformation framework. Find the Master's Thesis document here. Chapter 4 describes the implementation of the prototypical realization and gives an overview of the different services that relate to the repositories that you can find here.