Ocelot.Provider.SqlServer enables dynamic route management by storing Ocelot routes in a SQL Server database, eliminating JSON files. Designed for ASP.NET, it fully supports .NET 6.0.
-
Updated
Sep 3, 2023 - C#
Ocelot.Provider.SqlServer enables dynamic route management by storing Ocelot routes in a SQL Server database, eliminating JSON files. Designed for ASP.NET, it fully supports .NET 6.0.
Ocelot is an open-source API Gateway for the .NET/Core platform that allows us to unify multiple microservices under a single domain, providing a clean separation between the client and microservices. It acts as a gateway for incoming requests from the client and forwards them to the appropriate microservices.
Building Microservices on .Net which used Asp.Net Web API, Docker, RabbitMQ,Ocelot API Gateway, MongoDB,Redis,SqlServer 😎
Summary: Electricity Distribution app, meant to enable users to report distribution malfunctions. The report would be reviewed by a dispatcher, who sends a dispatch team to solve the system malfunction. The backend is split into three microservices that run on docker, and are orchestrated in docker compose. Ocelot API gateway has been used to ro…
Simple example of a CRUD (Create, Read, Update, Delete) application built using the Ocelot API Gateway framework. This project is intended to demonstrate how to use Ocelot to create a basic web API that can perform CRUD operations on a database of student information.
In this project, an online course sales platform similar to udemy was developed with microservice architecture.
OwnLightSystem is an academic project that develops a scalable, microservices-based smart lighting control system for smart homes. It offers device management, secure authentication, automation routines, and energy monitoring, built with technologies such as .NET, PostgreSQL, MongoDB, Ocelot API Gateway, and Docker.
This repo is to demo topics related to Dotnet Web API
Repositório para o desenvolvimento do projeto abordado no curso "Arquitetura de Microsserviços do 0 com ASP.NET, .NET 6 e C#" (https://www.udemy.com/course/microservices-do-0-a-gcp-com-dot-net-6-kubernetes-e-docker/)
Microservice with docker(docker compose)
AspCore microservices for a basic e-commerce application. Includes keycloak oidc authn/authz, rabbitmq based async communication and a simple apigw. SOLID principles and CLEAN architecture including CQRS, fluent validation, global error handling applied.
This is demo for microservice with api gateway (Ocelot)
Microservice, RabbitMQ, Azure Service Bus, Domain-Driven-Design, MSSQL, Redis, Ocelot (ApiGateway)
This is an ecommerce project built to Learn Microservices architecture with .NET Core MVC(.NET 6) and Identity Server Integration with Azure Service Bus
Simple WebApi with Ocelot
This is a web app developed on ASP.NET. The project features a microservices architecture with Ocelot as the gateway managing routes between three APIs and the client app. It includes cookie-based authorization and field validation. Data is managed and saved in an MS SQL Server database via EF Core.
This repository contains simple samples demonstrating the use of Ocelot to build an API Gateway in .NET. Explore the provided examples to learn how to leverage Ocelot for routing and aggregation in your microservices architecture.
Add a description, image, and links to the ocelot-api-gateway topic page so that developers can more easily learn about it.
To associate your repository with the ocelot-api-gateway topic, visit your repo's landing page and select "manage topics."