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.
- Host: GitHub
- URL: https://github.com/nikoo-asadnejad/ocelotgatewaysample
- Owner: Nikoo-Asadnejad
- Created: 2023-09-20T17:47:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-04T18:06:28.000Z (5 months ago)
- Last Synced: 2024-12-31T22:12:07.625Z (4 months ago)
- Topics: api-gateway, apigateway, microservice, microservices, microservices-architecture, ocelot, ocelot-api-gateway, ocelot-gateway, ocelotsample
- Language: C#
- Homepage:
- Size: 6.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.---