All Projects → daxnet → ocelot-sample

daxnet / ocelot-sample

Licence: MIT license
Examples using Ocelot API Gateway in ASP.NET Core applications.

Programming Languages

C#
18002 projects
Dockerfile
14818 projects
shell
77523 projects
CSS
56736 projects
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language

Ocelot API网关演示案例

本代码库包含了有关Ocelot API网关实际应用的一些案例。

案例介绍

案例一:Ocelot API网关的基本应用

案例二:Ocelot API网关与Spring Cloud Eureka集成

案例三:基于服务发现的负载均衡

源码使用

  • C#开发环境:Visual Studio 2017与.NET Core工作负载,或者Visual Studio Code
  • Java开发环境:Eclipse,Maven
  • .NET Core SDK版本:2.1
  • 容器化工具:docker,docker-compose,Docker for Windows
  • Compose File Version: 3.0

使用docker-compose编译和运行程序

cd src
sudo docker-compose -f docker-compose.yml up --build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].