MicroServices notes: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
Line 11: Line 11:


=== Dependancy ===
=== Dependancy ===
* Intra-Service Requests
* Client libraries
* Data persistance
* Infrastructure


=== Scale Use Cases ===
=== Scale Use Cases ===

Revision as of 14:27, 30 May 2019

Mastering Chaos - A Netflix Guide to Microservices - Notes

Evolutionary response

  • Separation of concern: modularity and encapsulation
  • Scalability: horizontal, and partitioning
  • Virtualization and Elasticity - automation, and on demand capacity

Dependancy

  • Intra-Service Requests
  • Client libraries
  • Data persistance
  • Infrastructure

Scale Use Cases

Stateless

Stateful

Hybrid

Variance

Change