Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.42 KB

ADOPTERS.md

File metadata and controls

24 lines (20 loc) · 1.42 KB

Adopters

This is a list of organizations that have spoken publicly about their adoption or production users that have added themselves (in alphabetical order):

  • Ad Hoc uses the gRPC-Gateway to serve millions of API requests per day.
  • Chef uses the gRPC-Gateway to provide the user-facing API of Chef Automate. Furthermore, the generated OpenAPI data serves as the basis for its API documentation. The code is Open Source, see github.com/chef/automate.
  • Conduit, a data streaming tool written in Go, uses the gRPC-Gateway since its very beginning to provide an HTTP API in addition to its gRPC API. This makes it easier to integrate with Conduit, and the generated OpenAPI data is used in the documentation.
  • Scaleway uses the gRPC-Gateway since 2018 to serve millions of API requests per day [1].
  • SpiceDB uses the gRPC-Gateway to handle requests for security-critical permissions checks in environments where gRPC is unavailable.

If you have adopted the gRPC-Gateway and would like to be included in this list, feel free to submit a PR.

[1]: The odyssey of an HTTP request in Scaleway.