タグ

microservicesに関するsamurairodeoのブックマーク (2)

  • 『Microservice Patterns』 まとめ - Qiita

    今年10月に出版された『Microservices Patterns With examples in Java』というを読んだ。面白かったので紹介したい。 はじめに 著者は、マイクロサービスパターンのサイト microservice.io を運営している Chris Richardson という人。Cloud Foundry の創設者でもあり、最近では Eventuate というマイクロサービス用のプラットフォームを提供してるらしい。コンサル経験も豊富らしく、の中でもそこで得られた知見が盛り込まれている。 microservice.io でもマイクロサービスパターンはカタログ化されているが、このではサンプル事例で肉付けされて具体的に解説される。関連するトピックも豊富で勉強になる。 ここが面白い 問題領域のカタログとして役立つ 初心者が考えるマイクロサービスのイメージといえば、その人

    『Microservice Patterns』 まとめ - Qiita
  • Microservices with Spring

    Introduction NOTE: Revised July 2019 A simple example of setting up a microservices system using Spring, Spring Boot and Spring Cloud. Microservices allow large systems to be built up from a number of collaborating components. It does at the process level what Spring has always done at the component level: loosely coupled processes instead of loosely coupled components. For example imagine an onli

    Microservices with Spring
  • 1