Difference between revisions of "Principles of Microservices"

From Logic Wiki
Jump to: navigation, search
 
Line 4: Line 4:
 
== Principles ==
 
== Principles ==
 
* Modelled Around Business Domain
 
* Modelled Around Business Domain
* Culture of Automation  
+
* Culture of Automation (CI/CD)
* Hide Implementation details  
+
* Hide Implementation details (not sharing DB)
 
* Decentralise all the things
 
* Decentralise all the things
 
* Deploy Independently
 
* Deploy Independently

Latest revision as of 00:24, 12 February 2019


Principles

  • Modelled Around Business Domain
  • Culture of Automation (CI/CD)
  • Hide Implementation details (not sharing DB)
  • Decentralise all the things
  • Deploy Independently
  • Consumer First
  • Isolate Failure
  • Highly Observible



Videos

Principles Of Microservices by Sam Newman

Resources