Add badges and fix link

This commit is contained in:
oopsguy
2017-10-24 23:21:47 +08:00
parent c98958b6a9
commit 2779eb62d0
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# 3、进程间通信
本书主要介绍如何使用微服务架构构建应用程序,这是本书的第三章。[第一章](1-introduction-to-microservices.md)介绍了[微服务架构模式](http://microservices.io/patterns/microservices.html),将其与单体架构模式进行对比,并讨论了使用微服务的优点与缺点。[第二章](2-using-an-api-gateway.md)描述了应用程序客户端通过扮演中间人角色的 [API 网关](http://microservices.io/patterns/apigateway.html)与微服务进行通信。在本章中,我们来了解一下系统中的服务是如何相互通信的。[第四章](4-service-discovery.md)将详细探讨服务发现方面的内容。
本书主要介绍如何使用微服务架构构建应用程序,这是本书的第三章。[第一章](1-introduction-to-microservices.md)介绍了[微服务架构模式](http://microservices.io/patterns/microservices.html),将其与单体架构模式进行对比,并讨论了使用微服务的优点与缺点。[第二章](2-using-an-api-gateway.md)描述了应用程序客户端通过扮演中间人角色的 [API 网关](http://microservices.io/patterns/apigateway.html)与微服务进行通信。在本章中,我们来了解一下系统中的服务是如何相互通信的。[第四章](4-service-discovery.md)将详细探讨服务发现方面的内容。
<a id="introduction"></a>

View File

@ -1,5 +1,5 @@
# 4、服务发现
本书主要介绍如何使用微服务来构建应用程序,现在是第四章。[第一章](1-introduction-to-microservices.md)已经介绍了[微服务架构模式](http://microservices.io/patterns/microservices.html),并讨论了使用微服务的优点与缺点。[第二章](2-using-an-api-gateway.md)和[第三章](5-event-driven-data-management-for-microservices.md)介绍了微服务间的通信并对不同的通信机制作出对比。在本章中我们将探讨服务发现service discovery相关的内容。
本书主要介绍如何使用微服务来构建应用程序,现在是第四章。[第一章](1-introduction-to-microservices.md)已经介绍了[微服务架构模式](http://microservices.io/patterns/microservices.html),并讨论了使用微服务的优点与缺点。[第二章](2-using-an-api-gateway.md)和[第三章](3-inter-process-communication.md)介绍了微服务间的通信并对不同的通信机制作出对比。在本章中我们将探讨服务发现service discovery相关的内容。
<a id="why-use-service-discovery"></a>

View File

@ -1,7 +1,10 @@
# 《微服务:从设计到部署》中文版
[![GitHub stars](https://img.shields.io/github/stars/oopsguy/microservices-from-design-to-deployment-chinese.svg?style=social&label=Stars)](https://github.com/oopsguy/microservices-from-design-to-deployment-chinese) [![GitHub contributors](https://img.shields.io/github/contributors/oopsguy/microservices-from-design-to-deployment-chinese.svg)](https://github.com/oopsguy/microservices-from-design-to-deployment-chinese) [![GitHub pull requests](https://img.shields.io/github/issues-pr/oopsguy/microservices-from-design-to-deployment-chinese.svg)](https://github.com/oopsguy/microservices-from-design-to-deployment-chinese) [![GitHub last commit](https://img.shields.io/github/last-commit/oopsguy/microservices-from-design-to-deployment-chinese.svg)](https://github.com/oopsguy/microservices-from-design-to-deployment-chinese)
本书为 Chris Richardson 和 Floyd Smith 联合编写的微服务电子书 **[Designing and Deploying Microservices](https://www.nginx.com/resources/library/designing-deploying-microservices/)** 中文版其从不同角度全面介绍了微服务微服务的优点与缺点、API 网关、进程间通信IPC、服务发现、事件驱动数据管理、微服务部署策略、重构单体。
- [文档仓库https://github.com/oopsguy/microservices-from-design-to-deployment-chinese](https://github.com/oopsguy/microservices-from-design-to-deployment-chinese)
- [Githubhttps://github.com/oopsguy/microservices-from-design-to-deployment-chinese](https://github.com/oopsguy/microservices-from-design-to-deployment-chinese)
- [在线阅读http://oopsguy.com/books/microservices](http://oopsguy.com/books/microservices/index.html)
- [PDF 离线版http://oopsguy.com/books/microservices/designing-and-deploying-microservices.pdf](http://oopsguy.com/books/microservices/designing-and-deploying-microservices.pdf)
- [MOBI 离线版http://oopsguy.com/books/microservices/designing-and-deploying-microservices.mobi](http://oopsguy.com/books/microservices/designing-and-deploying-microservices.mobi)