DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Please enter at least three characters to search
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Last call! Secure your stack and shape the future! Help dev teams across the globe navigate their software supply chain security challenges.

Modernize your data layer. Learn how to design cloud-native database architectures to meet the evolving demands of AI and GenAI workloads.

Releasing software shouldn't be stressful or risky. Learn how to leverage progressive delivery techniques to ensure safer deployments.

Avoid machine learning mistakes and boost model performance! Discover key ML patterns, anti-patterns, data strategies, and more.

Related

  • Build a REST API With Just 2 Classes in Java and Quarkus
  • Multi-Tenancy and Its Improved Support in Hibernate 6.3.0
  • Model-Driven Development and Testing
  • 3 Reasons Why VPs of Engineering Are Choosing Low-Code

Trending

  • How to Format Articles for DZone
  • Revolutionizing Financial Monitoring: Building a Team Dashboard With OpenObserve
  • The Role of Functional Programming in Modern Software Development
  • How Clojure Shapes Teams and Products
  1. DZone
  2. Data Engineering
  3. Databases
  4. Ocelot: The API Gateway Framework for .NET

Ocelot: The API Gateway Framework for .NET

When building a large and complex system using the microservices architecture with multiple client apps, a good approach to consider is API Gateway Pattern.

By 
Thiago Loureiro user avatar
Thiago Loureiro
·
Jan. 08, 19 · Opinion
Likes (7)
Comment
Save
Tweet
Share
37.4K Views

Join the DZone community and get the full member experience.

Join For Free

First of All, What Is an API Gateway?

An API Gateway is basically an interface in which it receives calls and redirects to internal services. Basically, it is used for the following purposes:

  • Filtering
  • Traffic Routing
  • Security Mechanism
  • Expose only one endpoint

API Gateway Pattern

When building a large and complex system using the microservices architecture with multiple client apps, a good approach to consider is API Gateway Pattern.

This pattern provides a single entry-point for group(s) of microservices. A variation of the API Gateway pattern is also known as the “backend for frontend” (BFF) because you might create multiple API Gateways depending on the different needs from each client app.

Therefore, the API Gateway sits between the client apps and the microservices. It acts as a reverse proxy, routing requests from clients to services.

It can also provide additional cross-cutting features such as authentication, SSL termination, and cache.

Ocelot

Now, let's talk our main subject, Ocelot:

Ocelot is an API Gateway for .NET platform. This project is intended for people using .NET/Core running a micro service/service oriented architecture that needs a unified entry point on their system. However, it will work with anything that uses HTTP and runs on any platform supported by ASP.NET Core.

In my POC with Ocelot I've been very successful in different scenarios, I have been testing Load Balancing, Caching, Routing, Authentication (with JWT) and Service Discovery with very powerful tool (Consul.io).

If you are looking for an API Gateway solution I recommend take a look into Ocelot, I added in this article links to Ocelot documentation and POC that I've created with .NET Core 2.1

It's good to mention that Ocelot is an OpenSource project, I am part of the Three Mammals team, contributing to the tool/platform with bugfixes, and improvements, so if you're a contributor, feel free to create some PR's, I will be happy to check it out!

Ocelot Features:

  • Routing
  • Request Aggregation
  • Service Discovery with Consul & Eureka
  • Service Fabric
  • WebSockets
  • Authentication
  • Authorization
  • Rate Limiting
  • Caching
  • Retry policies/QoS
  • Load Balancing
  • Logging/Tracing/Correlation
  • Headers/Query String/Claims Transformation
  • Custom Middleware/Delegating Handlers
  • Configuration/Administration REST API
  • Platform/Cloud Agnostic

More information can be found here:

http://threemammals.com/ocelot

API Gateway with Ocelot POC

https://github.com/thiagoloureiro/APIGatewayOcelot

Ocelot GitHub Repo:

https://github.com/ThreeMammals/Ocelot

API Framework

Opinions expressed by DZone contributors are their own.

Related

  • Build a REST API With Just 2 Classes in Java and Quarkus
  • Multi-Tenancy and Its Improved Support in Hibernate 6.3.0
  • Model-Driven Development and Testing
  • 3 Reasons Why VPs of Engineering Are Choosing Low-Code

Partner Resources

×

Comments
Oops! Something Went Wrong

The likes didn't load as expected. Please refresh the page and try again.

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends:

Likes
There are no likes...yet! 👀
Be the first to like this post!
It looks like you're not logged in.
Sign in to see who liked this post!