Difference between revisions of "Principles of Microservices"
From Logic Wiki
(Created page with "Category:Microservices Category:Design test") |
|||
| Line 2: | Line 2: | ||
[[Category:Design]] | [[Category:Design]] | ||
| − | + | == Principles == | |
| + | * Modelled Around Business Domain | ||
| + | * Culture of Automation | ||
| + | * Hide Implementation details | ||
| + | * Decentralise all the things | ||
| + | * Deploy Independently | ||
| + | * Consumer First | ||
| + | * Isolate Failure | ||
| + | * Highly Observible | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | == Videos == | ||
| + | [https://www.youtube.com/watch?v=PFQnNFe27kU Principles Of Microservices by Sam Newman] | ||
| + | |||
| + | == Resources == | ||
| + | * [https://github.com/dotnet-architecture/eShopOnContainers eShopOnContainers] | ||
| + | * [https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/ .NET Microservices: Architecture for Containerized .NET Applications] | ||
Revision as of 23:52, 11 February 2019
Principles
- Modelled Around Business Domain
- Culture of Automation
- Hide Implementation details
- Decentralise all the things
- Deploy Independently
- Consumer First
- Isolate Failure
- Highly Observible
Videos
Principles Of Microservices by Sam Newman