memrootじしょ
英和翻訳
API gateway
swiftest
problematic
guidepost
Angular
null pointer dereference
benchmarks
API gateway
[ˌeɪ.piː.ˈaɪˌɡeɪt.weɪ]
エーピーアイゲートウェイ
1.
マイクロサービスやバックエンドサービスへの単一のアクセスポイントとして機能し、認証、ルーティング、レート制限などを処理するサーバー。
API Gatewayは、マイクロサービスアーキテクチャにおいて、外部からのリクエストを一元的に受け付けるフロントエンドサーバーの役割を果たします。これにより、クライアントは複数のバックエンドサービスに直接アクセスすることなく、ゲートウェイを通じて必要な機能にアクセスできます。ゲートウェイは、認証、認可、レート制限、ロギング、ルーティング、レスポンス変換など、共通の横断的な関心事を処理し、個々のマイクロサービスはビジネスロジックに集中できるようになります。
We
should
implement
an
API
Gateway
to
manage
all
incoming
requests
efficiently.
(すべての着信リクエストを効率的に管理するために、API Gatewayを実装すべきです。)
We
私たち
should implement
実装すべきである
an API Gateway
API Gateway(単一のAPI Gateway)
to manage
管理するために
all incoming requests
すべての着信リクエスト
efficiently
効率的に
The
API
Gateway
handles
authentication
before
forwarding
requests
to
the
specific
microservice.
(API Gatewayは、特定マイクロサービスにリクエストを転送する前に認証を処理します。)
The API Gateway
そのAPI Gateway
handles
処理する
authentication
認証
before forwarding
転送する前に
requests
リクエスト
to the specific microservice
特定のマイクロサービスへ
Using
an
API
Gateway
can
simplify
client-side
communication
with
multiple
backend
services.
(API Gatewayを使用することで、複数のバックエンドサービスとのクライアント側の通信を簡素化できます。)
Using
使用すること
an API Gateway
API Gateway(単一のAPI Gateway)
can simplify
簡素化できる
client-side communication
クライアント側の通信
with multiple backend services
複数のバックエンドサービスとの
関連
Microservices
Load Balancer
Reverse Proxy
Service Mesh
REST API
GraphQL