64 results for “topic:ocelot-api-gateway”
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.
No description provided.
POC using Ocelot as API Gateway
Microservices With Ocelot API Gateway In ASP.NET Core
Building Microservices on .Net which used Asp.Net Web API, Docker, RabbitMQ,Ocelot API Gateway, MongoDB,Redis,SqlServer 😎
.Net 8.0 Microservice Project
This repo is to demo topics related to Dotnet Web API
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.
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 route the http traffic. Dapr. NET has been used for microservice communication via http api's.
In this project, an online course sales platform similar to udemy was developed with microservice architecture.
Simple implementation of ocelot api gateway with two microservices.
esport - sport organisations management system
Simple WebApi with Ocelot
Microservices are the architectural approach to building applications from small to large-scale applications. With this architectural approach, an application is broken down into the smallest components, independent of each other. Implementing Ocelot (ApiGateWay) to communicate with the microservices.
No description provided.
App to track your Consistency based on .NET 6 with Microservices, DDD and Clean Architecture
This minimal API allows handling JSON requests with any capitalization and provides JSON responses
API with SignalR, Localization, Caching, Logging, JWT, Identity Server, Session Management, Multi Tenancy. [Angular FE Repo https://github.com/karthikeyan-1234/EmployeeAPP_D281221]
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, Ocelot API Gateway, and Docker.
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.
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.
A practical project demonstrating how to secure microservices using a standalone IdentityServer4 for authentication and authorization, backed by Ocelot API Gateway.
One api project can control multiple apis in asp.net web api. dotnet-8
CryptoCoinBlock is a scalable cryptocurrency data management system designed to import and manage blockchain data for multiple coins, including Bitcoin, Dogecoin, Dashcoin, and others. This solution utilizes clean architectural principles, MediatR for CQRS, and a DDD approach to encapsulate business logic effectively.
This repository includes given homeworks in Inveon Fullstack Bootcamp.
ASP.NET Microservices Shopping App with Blazor and Razor Pages as two Client apps using Ocelot API, RabbitMQ, Docker, Redis, MongoDB, PostgreSQL, SQL Server, Dapper, Entity Framework
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.
No description provided.
This repository contains a E-commerce application built using a microservices architecture with .NET 8.
Employee Manager is a web app developed using ASP.NET and C#. The project incorporates MS SQL Server via Entity Fr and is structured with Ocelot. It also integrates many other features. With CRUD functionality for employees under the admin role, it provides managers the ability to manage employees, while employees can only view their own data.