MicroServices notes: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
=== Evolutionary response === | === Evolutionary response === | ||
* | * Separation of concern: modularity and encapsulation | ||
* | * Scalability: horizontal, and partitioning | ||
* Virtualization and Elasticity - automation, and on demand capacity | * Virtualization and Elasticity - automation, and on demand capacity | ||
=== Dependancy === | |||
=== Scale Use Cases === | === Scale Use Cases === | ||
==== Stateless ==== | ==== Stateless ==== | ||
==== Stateful ==== | ==== Stateful ==== | ||
==== Hybrid ==== | ==== Hybrid ==== | ||
=== Variance === | |||
=== Change === |
Revision as of 14:26, 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