microservices相关笔记

2016-06-21  本文已影响10人  rekk

=======================

part 1 - notes on wikipedia

ref

=======================

summary

Microservices is a software architecture style in which complex applications are composed of small, independent processescommunicating with each other using language-agnostic APIs.
These services are small building blocks, highly decoupled and focus on doing a small task, facilitating a modular approach to system-building.
One of concepts which integrates microservices as a software architecture style is dew computing.

properties
philosophy

Philosophy of microservices architecture essentially equals the Unix philosophy of "Do one thing and do it well". It is described as follows:

criticism

You can move it about but it's still there!

============================

part 2 - notes on fowler's article

ref

============================

basically comparing with monolithic services
impact on orgnization

x

fig. 3fig. 3

x

上一篇 下一篇

猜你喜欢

热点阅读