PLSEApr 26, 2017

Microservices: a Language-based Approach

arXiv:1704.08073v146 citations
AI Analysis

This work tackles the problem of improving software engineering for developers in microservices architectures, but it appears incremental as it builds on existing paradigms without introducing a new paradigm.

The paper addresses the lack of dedicated abstractions for service composition in microservices development by proposing a language-based approach, exemplified through the Jolie programming language, to complement current deployment-focused practices.

Microservices is an emerging development paradigm where software is obtained by composing autonomous entities, called (micro)services. However, microservice systems are currently developed using general-purpose programming languages that do not provide dedicated abstractions for service composition. Instead, current practice is focused on the deployment aspects of microservices, in particular by using containerization. In this chapter, we make the case for a language-based approach to the engineering of microservice architectures, which we believe is complementary to current practice. We discuss the approach in general, and then we instantiate it in terms of the Jolie programming language.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes