Difference between revisions of "MicroService"

From air
Jump to navigation Jump to search
Line 3: Line 3:
 
http://martinfowler.com/articles/microservices.html
 
http://martinfowler.com/articles/microservices.html
   
  +
=Livres=
Voir [[Docker]].
 
  +
* [http://shop.oreilly.com/product/0636920033158.do Designing Fine-Grained Systems, Designing Fine-Grained Systems By Sam Newman]
  +
  +
=A voir aussi=
 
* [[Docker]].

Revision as of 15:29, 7 May 2015

The term "Microservice Architecture" has sprung up over the last few years to describe a particular way of designing software applications as suites of independently deployable services. While there is no precise definition of this architectural style, there are certain common characteristics around organization around business capability, automated deployment, intelligence in the endpoints, and decentralized control of languages and data.

http://martinfowler.com/articles/microservices.html

Livres

A voir aussi