51
34

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【図解】API Gatewayとは?

Last updated at Posted at 2018-05-19

API Gatewayの概要を簡単に紹介します。

##通常のMicroserviceのアーキテクチャ
microservicearch.png
クライアントは各サービスのAPIと通信

##API Gatewayを用いたMicroserviceのアーキテクチャ
apigateway.png
クライアントはAPI GatewayのAPIにのみと通信

##API Gatewayの利点

  • 複雑なAPI処理のカプセル化(クライアントからは見えない)
  • 多数のAPIをサーバサイドでモニタリング、認証、管理

##API Gatewayの欠点

  • API Gatewayがボトルネックになりうる
  • トランザクションがフェールした時に整合性を保つのが難しい。Readは良いがWriteは工夫が必要

##API Gatewayサービス

  • Kong
  • Netflix API Gateway
  • AWS API Gateway
  • Tyk
  • Falcor
    など
51
34
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
51
34

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?