This repo contains some samples that help us to build API Gateway using Ocelot in ASP.NET Core.
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
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
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
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
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
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
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
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
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