Microservice Architecture 简明教程

Microservice Architecture Tutorial

微服务架构是面向服务架构的一种特殊设计模式。它是一种开源方法。在这种类型的服务架构中,所有进程都将以最小的粒度相互通信,以实现大型系统或服务。本教程将讨论微服务架构的基本功能以及相关的示例,以便于理解。

Microservice Architecture is a special design pattern of Service-oriented Architecture. It is an open source methodology. In this type of service architecture, all the processes will communicate with each other with the smallest granularity to implement a big system or service. This tutorial discusses the basic functionalities of Microservice Architecture along with relevant examples for easy understanding.

Audience

本教程专为初学者编写,旨在帮助他们了解微服务架构的基本概念。

This tutorial has been prepared for beginners to help them understand the basic concepts of Microservice Architecture.

Prerequisites

本教程十分基础,要充分利用本教程,需要对基本的计算机编程和面向服务的架构有一定了解。

This is a very basic tutorial and to make the most out of it, a reasonable knowledge of basic computer programming and Service-oriented architecture is required.