Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biglogic/ocelot-api-gateway
https://github.com/biglogic/ocelot-api-gateway
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/biglogic/ocelot-api-gateway
- Owner: biglogic
- Created: 2024-12-30T15:59:48.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-30T16:54:51.000Z (about 1 month ago)
- Last Synced: 2025-01-08T16:12:22.836Z (28 days ago)
- Language: C#
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ocelot-api-gateway
![Architecture Diagram](api-ocelot-diagram.png.png)
Ocelot is a lightweight, fast, and scalable API Gateway built on .NET Core. This repository demonstrates how to set up Ocelot using Docker and Docker Compose.
---
## Features ✨
- Simple configuration with `ocelot.json`.
- Ready-to-run Docker environment.
- Scalable with Docker Compose.---
## Configuration 📝
- ocelot.json
Define routes and downstream services in ocelot.json# Acknowledgments 🙏
- Ocelot Documentation - Getting Started [https://ocelot.readthedocs.io/en/latest/introduction/gettingstarted.html](https://ocelot.readthedocs.io/en/latest/introduction/gettingstarted.html)