Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : ocelot.ns

Ocelot is an API Gateway. The project is aimed at people using .NET running a micro services / service orientated architecture that need a unified point of entry into their system. In particular I want easy integration with IdentityServer reference and bearer tokens. reference tokens. Ocelot is a bunch of middlewares in a specific order. Ocelot 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. The middleware that makes the request is the last thing in the Ocelot pipeline. It does not call the next middleware. The response from the downstream service is stored in a per request scoped repository and retrived as the requests goes back up the Ocelot pipeline. There is a piece of middleware that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client. That is basically it with a bunch of other features.

Registry - Homepage - JSON
purl: pkg:nuget/ocelot.ns
Keywords: API, Gateway, .NET, core, api-gateway, asp-net, asp-net-core, consul, dotnet, dotnet-core, dotnetcore, microservices-architecture, middleware, middleware-pipeline, ocelot
License: MIT
Latest release: over 1 year ago
First release: over 1 year ago
Stars: 8,057 on GitHub
Forks: 1,612 on GitHub
Total Commits: 1080
Committers: 157
Average commits per author: 6.879
Development Distribution Score (DDS): 0.655
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 12 days ago

    Loading...
    Readme
    Loading...