An open API service indexing awesome lists of open source software.

https://github.com/nikoo-asadnejad/ocelotgatewaysample

Simple implementation of ocelot api gateway with two microservices.
https://github.com/nikoo-asadnejad/ocelotgatewaysample

api-gateway apigateway microservice microservices microservices-architecture ocelot ocelot-api-gateway ocelot-gateway ocelotsample

Last synced: 2 months ago
JSON representation

Simple implementation of ocelot api gateway with two microservices.

Awesome Lists containing this project

README

        

# OcelotGatewaySample

A simple implementation of an API Gateway using [Ocelot](https://ocelot.readthedocs.io/en/latest/) in .NET, with two microservices.
This project demonstrates how to set up and configure an API Gateway for routing, load balancing, and authentication in a microservices architecture.

---

## Features

- **API Gateway with Ocelot**:
- Centralized routing for microservices.
- Easy configuration using `ocelot.json`.
- **Microservices Architecture**:
- Two independent services for demonstration.
- Communication routed through the API Gateway.
- **Middleware**:
- Logging and error handling for API Gateway.
- **Extensible**:
- Easily add more services or advanced Ocelot features.

---