How do microservices evolve? An empirical analysis of changes in open-source microservice repositories (bibtex)
by Wesley K. G. Assunção, Jacob Krüger, Sébastien Mosser, Sofiane Selaoui
Abstract:
Context. Microservice architectures are an emergent service-oriented paradigm widely used in industry to develop and deploy scalable software systems. The underlying idea is to design highly independent services that implement small units of functionality and can interact with each other through lightweight interfaces. Objective. Even though microservices are often used with success, their design and maintenance pose novel challenges to software engineers. In particular, it is questionable whether the intended independence of microservices can actually be achieved in practice. Method. So, it is important to understand how and why microservices evolve during a system’s life-cycle, for instance, to scope refactorings and improvements of a system’s architecture or to develop supporting tools. To provide insights into how microservices evolve, we report a large-scale empirical study on the (co-)evolution of microservices in 11 open-source systems, involving quantitative and qualitative analyses of 7,319 commits. Findings. Our quantitative results show that there are recurring patterns of (co-)evolution across all systems, for instance, “shotgun surgery” commits and microservices that are largely independent, evolve in tuples, or are evolved in almost all changes. We refine our results by analyzing service-evolving commits qualitatively to explore the (in-)dependence of microservices and the causes for their specific evolution. Conclusion. The contributions in this article provide an understanding for practitioners and researchers on how microservices evolve in what way, and how microservice-based systems may be improved.
Reference:
How do microservices evolve? An empirical analysis of changes in open-source microservice repositories (Wesley K. G. Assunção, Jacob Krüger, Sébastien Mosser, Sofiane Selaoui), In Journal of Systems and Software, volume 204, 2023.
Bibtex Entry:
@Article{Assuncao2023,
  author   = {Assunção, Wesley K. G. and Jacob Krüger and Sébastien Mosser and Sofiane Selaoui},
  journal  = {Journal of Systems and Software},
  title    = {How do microservices evolve? An empirical analysis of changes in open-source microservice repositories},
  year     = {2023},
  issn     = {0164-1212},
  pages    = {111788},
  volume   = {204},
  abstract = {Context.
Microservice architectures are an emergent service-oriented paradigm widely used in industry to develop and deploy scalable software systems. The underlying idea is to design highly independent services that implement small units of functionality and can interact with each other through lightweight interfaces.
Objective.
Even though microservices are often used with success, their design and maintenance pose novel challenges to software engineers. In particular, it is questionable whether the intended independence of microservices can actually be achieved in practice.
Method.
So, it is important to understand how and why microservices evolve during a system’s life-cycle, for instance, to scope refactorings and improvements of a system’s architecture or to develop supporting tools. To provide insights into how microservices evolve, we report a large-scale empirical study on the (co-)evolution of microservices in 11 open-source systems, involving quantitative and qualitative analyses of 7,319 commits.
Findings.
Our quantitative results show that there are recurring patterns of (co-)evolution across all systems, for instance, “shotgun surgery” commits and microservices that are largely independent, evolve in tuples, or are evolved in almost all changes. We refine our results by analyzing service-evolving commits qualitatively to explore the (in-)dependence of microservices and the causes for their specific evolution.
Conclusion.
The contributions in this article provide an understanding for practitioners and researchers on how microservices evolve in what way, and how microservice-based systems may be improved.},
  doi      = {https://doi.org/10.1016/j.jss.2023.111788},
  url      = {https://www.sciencedirect.com/science/article/pii/S0164121223001838},
}
Powered by bibtexbrowser