Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.1 KB

File metadata and controls

37 lines (22 loc) · 1.1 KB

Anotações do curso

Api Gateway - Requests Aggregation Pattern in Shopping.Aggregator

Introdução

Utilizar o Aggragation Pattern para facilitar a comunicação com as apis (um request para aggregation vão ser vários requests para as apis).

Big Picture

Gateway Aggregation pattern

Gateway Aggregation pattern

Analysis & Design of Shopping.Aggragator Microservices - Gateway Aggregation

Direct Synchronous Communication

Chaining HTTP Calls

Gateway Aggregation Pattern

Architecture of Shopping.Aggregator

Developing Shopping.Aggregator Microservices

Adicionado o novo projeto Shopping.Aggregator em ApiGateways:

# Criando o projeto
cd src/ApiGateways
dotnet new webapi -o Shopping.Aggregator --no-https --exclude-launch-settings

# Adicionando a solução
cd ..
dotnet sln add ApiGateways/Shopping.Aggregator/Shopping.Aggregator.csproj