Building Microservices: Designing Fine-Grained Systems
Anno:
2021
Casa editrice:
O'Reilly Media

Building Microservices: Designing Fine-Grained Systems

Distributed systems have become more fine-grained in the past 10 years, shifting from code-heavy monolithic applications to smaller, self-contained microservices.

But developing these systems brings its own set of headaches. With lots of examples and practical advice, the second edition of this practical book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.

Microservice technologies are moving quickly, and this revised edition gets you up to date with a new chapter on serverless and cloud-native applications, expanded coverage of user interfaces, more hands-on code examples, and other additions throughout the book.

Author Sam Newman provides you with a firm grounding in the concepts while diving into current solutions for modeling, integrating, testing, deploying, and monitoring your own autonomous services. You'll follow a fictional company throughout the book to learn how building a microservice architecture affects a single domain.

Articoli correlati

Microservizi: un’evoluzione architetturale guidata dall’esperienza

Uno dei principi fondanti dei microservizi è la coesione funzionale. In ambienti monolitici, l’accumulo progressivo di logiche eterogenee porta a un degrado architetturale che rende ogni modifica un rischio sistemico. Nei microservizi, invece, si costruiscono boundary espliciti attorno a funzioni ben delimitate, spesso modellate secondo i concetti del Domain-Driven Design. Questa decomposizione consente una governance più chiara del codice e delle dipendenze, riducendo l’accoppiamento tra componenti e favorendo il cognitive load ottimale per i team. Ma quanto deve essere "piccolo" un microservizio?