APIGatewayDemo
This repo contains some samples that help us to build API Gateway using Ocelot in ASP.NET Core.
#1 Basic Demo
A most simplest sample that introduce how to use Ocelot here .
Please follow Building API Gateway Using Ocelot In ASP.NET Core - Basic for more infomation.
Link here : APIGatewayBasicDemo
#2 Jwt Auth Demo
A simple demo using Ocelot and Jwt Auth.
Please follow Building API Gateway Using Ocelot In ASP.NET Core - Authentication for more infomation.
Link here : APIGatewayJWTAuthenticationDemo
#3 Logging Demo
A simple demo using Ocelot and NLog.
Please follow Building API Gateway Using Ocelot In ASP.NET Core - Logging for more infomation.
Link here : APIGatewayLoggingDemo
#4 Rate Limiting Demo
A simple demo using Ocelot to hanlde Rate Limiting.
Please follow Building API Gateway Using Ocelot In ASP.NET Core - Rate Limiting for more infomation.
Link here : APIGatewayRateLimitDemo
#5 Quality of Service Demo
A simple demo using Ocelot to hanlde QoS.
Please follow Building API Gateway Using Ocelot In ASP.NET Core - QoS (Quality of Service) for more infomation.
Link here : APIGatewayQoSDemo
#6 Load Balancing Demo
A simple demo using Ocelot to hanlde Load Balancing.
Please follow Building API Gateway Using Ocelot In ASP.NET Core - Load Balancing for more infomation.
Link here : APIGatewayLBDemo
#7 Service Discovery Demo With Eureka
A simple demo using Ocelot to hanlde Service Discovery with Eureka.
Please follow Building API Gateway Using Ocelot In ASP.NET Core - Service Discovery (Eureka) for more infomation.
Link here : APIGatewaySDDemo
#8 Service Discovery Demo With Consul
A simple demo using Ocelot to hanlde Service Discovery with Consul.
Please follow Building API Gateway Using Ocelot In ASP.NET Core - Service Discovery (Consul) for more infomation.
Link here : APIGatewayConsulDemo
#9 Configuration With Consul
A simple demo using Ocelot to store configuration in Consul.
Please follow Building API Gateway Using Ocelot In ASP.NET Core - Configuration (Consul) for more infomation.
Link here : APIGatewayConfigurationWithConsulDemo