From 3ab3a75946c804c931f890ff8b813640e65da47b Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Tue, 22 Dec 2020 12:36:08 +0800 Subject: [PATCH] PUB --- .../20201113 The state of the art of microservices in 2020.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/published/20201113 The state of the art of microservices in 2020.md b/published/20201113 The state of the art of microservices in 2020.md index 142c8caa14..217b280dcf 100644 --- a/published/20201113 The state of the art of microservices in 2020.md +++ b/published/20201113 The state of the art of microservices in 2020.md @@ -10,6 +10,8 @@ 2020 年微服务现状 ====== +![](https://img.linux.net.cn/data/attachment/album/202012/22/122634t2hwh2hh12bvrbsd.jpg) + > “微服务架构风格是一种将 **单个应用程序** 开发为一套 **小型服务** 的方法,每个服务都在 **自己的进程中运行,并使用轻量级的通信机制(通常是 HTTP 类型的 API)进行通信**。这些服务是围绕 **业务能力** 构建的,并且可以通过 **全自动化的部署机制** 进行 **独立部署**。目前对这些服务几乎没有集中的管理,这些服务可以用 **不同的编程语言** 编写,也能使用 **不同的数据存储技术**。” > > —— James Lewis 和 Martin Fowler (2014) [^6]