Create a Microservice with Symfony Part 1: Introduction (Symfony 6 Tutorial 2022)

Merci à Cyril T. pour sa contribution le 08/04/2022

Gary Clarke
Anglais Anglais
Symfony
This is a series on building a Microservice with with Symfony Framework (version 6). In this introduction we'll look at microservice architecture and the benefits of its use.

The microservice architectural style is an approach to developing a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API. These services are built around business capabilities and independently deployable by fully automated deployment machinery. There is a bare minimum of centralized management of these services, which may be written in different programming languages and use different data storage technologies.

Source code here 👉 https://github.com/GaryClarke/symfony-microservice

Don't forget to check out the GaryClarkeTech site:
https://www.garyclarke.tech/