• Stars
    star
    273
  • Rank 150,132 (Top 3 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 7 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🌱 Simple samples that use Ocelot to build API Gateway.

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