Ocelot logo

Ocelot

A modern fast, scalable API gateway built on ASP.NET core
77
281
+ 1
2

What is Ocelot?

It is aimed at people using .NET running a micro services / service oriented architecture that need a unified point of entry into their system. However it will work with anything that speaks HTTP and run on any platform that ASP.NET Core supports. It manipulates the HttpRequest object into a state specified by its configuration until it reaches a request builder middleware where it creates a HttpRequestMessage object which is used to make a request to a downstream service.
Ocelot is a tool in the Microservices Tools category of a tech stack.
Ocelot is an open source tool with 8.2K GitHub stars and 1.6K GitHub forks. Here’s a link to Ocelot's open source repository on GitHub

Who uses Ocelot?

Companies
9 companies reportedly use Ocelot in their tech stacks, including OODA, yunfan, and Parklab.

Developers
67 developers on StackShare have stated that they use Ocelot.

Ocelot Integrations

Pros of Ocelot
1
Straightforward documentation
1
Simple configuration

Ocelot's Features

  • Routing
  • Request Aggregation
  • Service Discovery with Consul & Eureka
  • Service Fabric
  • Kubernetes
  • WebSockets
  • Authentication
  • Authorisation
  • Rate Limiting
  • Caching

Ocelot Alternatives & Comparisons

What are some alternatives to Ocelot?
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
GitHub
GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over three million people use GitHub to build amazing things together.
Python
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
jQuery
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.
See all alternatives

Ocelot's Followers
281 developers follow Ocelot to keep up with related blogs and decisions.