Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.61 KB

microservice.md

File metadata and controls

30 lines (22 loc) · 1.61 KB

MicroService

Micro services are not an architecture. Micro services are a deployment strategy that should be independent of architecture. Robert C Martin

  • Micro Blog - Real World Micro Services

    • micro - a framework for microservices
    • Big companies (Facebook, Google) have their own infra which makes building systems systems straighforward. Every company build this similar infra again and again
  • MonolithFirst

    • Monolith first - understand the components of the problem
    • Microservices have overhead
  • Modules, monoliths, and microservices

    • I get people asking me when microservices are a good idea. In systems design explains the world, I talked about big-picture issues like second system effect, innovator’s dilemmas, and more. Can systems design answer the microservices question? Yes, but you might not like the answers. First, we'll need some history.
    • service boundaries? Where?
  • Mastering Chaos - A Netflix Guide to Microservices 53min

microsercvices vs monolyth

Debugging Distributed Systems