Ocelot - API Gateway Part 1 - Demo
Ocelot is an Open Source .NET Core based API Gateway especially made for microservices architecture that need unified points of entry into their system.
Ocelot is an Open Source .NET Core based API Gateway especially made for microservices architecture that need unified points of entry into their system.
Minimal API introduced with .net 6 and this is very good in sense of "best suited for micro services to put your related endpoints in project", "Less no. of lines of codes to write to create endpoint", "Single file API, to put all endpoints related".
Microservices Event Driven Architecture, where using AWS SNS and SQS created ESB(message bus) publisher and subscriber to publish and listen the even and get microservice executed and rollback if fail.
Implementing API authentication with API gateway
API Gateway, that's configured to forward requests to individual microservices