Please enable JavaScript.
Coggle requires JavaScript to display documents.
微服务(microservices) (概念 (服务组件(service component) (基础服务组件 (infrastructiure…
微服务(microservices)
概念
-
-
-
-
-
-
-
API服务层(代理非必须没有代码,端到端的映射) (Api layer)
-
-
反模式(anti-pattern)
data-driven migration anti-pattern (拆分服务的时候很难掌握好粒度, 如果一开始就将数据迁移,会导致合并数据或者拆分数据,所以比较好的方案是先将功能抽取出来,等我们觉得粒度OK的时候再剥离数据)
-
-
all the world's a stage anti-pattern (太关注于技术而忽略企业需要) (合理安排基础架构工具部署和业务实现, 尽早让业务开发开始,部署必须依赖的基础构建)
-
-
-
-
-