微服务实战系列--Nginx官网发布(转)

这是Nginx官网写的一个系列,共七篇文章,如下

  1. Introduction to Microservices (this article)
  2. Building Microservices: Using an API Gateway
  3. Building Microservices: Inter-Process Communication in a Microservices Architecture
  4. Service Discovery in a Microservices Architecture
  5. Event-Driven Data Management for Microservices
  6. Choosing a Microservices Deployment Strategy
  7. Refactoring a Monolith into Microservices

中文翻译如下

微服务实战(一):微服务架构的优势与不足

微服务实战(二):使用API Gateway

微服务实战(三):深入微服务架构的进程间通信

微服务实战(四):服务发现的可行方案以及实践案例

微服务实践(五):微服务的事件驱动数据管理

微服务实践(六):选择微服务部署策略

微服务实践(七):从单体式架构迁移到微服务架构

 
上一篇:SpringCloud Alibaba微服务实战三 - 服务调用


下一篇:[转]Java使用commons-dbcp2.0