タグ

ブックマーク / adamdrake.com (1)

  • Adam Drake

    Enough with the microservicesTl;dr:Don’t even consider microservices unless you have a system that’s too complex to manage as a monolith. The majority of software systems should be built as a single monolithic application. Do pay attention to good modularity within that monolith, but don’t try to separate it into separate services. – Martin Fowler If you can’t build a well-structured monolith, wha

    Adam Drake
    vanbraam
    vanbraam 2017/05/27
    全般的にpracticalで優れた考察だと思う.細部には"?"と感じる部分もあるが(horizontal scaleは一般的にperformance/稼働比がtuningより高いのが良いのに..);不満があるとすると組織/人/文化の側面(とappのstatelessness)に殆ど触れてない点
  • 1