File: ADOPTERS.md

package info (click to toggle)
golang-github-grpc-ecosystem-grpc-gateway.v2 2.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,148 kB
  • sloc: javascript: 352; makefile: 136; sh: 26
file content (21 lines) | stat: -rw-r--r-- 1,149 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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](http://adhocteam.us/) uses the gRPC-Gateway to serve millions of
  API requests per day.
- [Chef](https://www.chef.io/) uses the gRPC-Gateway to provide the user-facing
  API of [Chef Automate](https://automate.chef.io/). Furthermore, the generated
  OpenAPI data serves as the basis for its [API documentation](https://automate.chef.io/docs/api/).
  The code is Open Source, [see `github.com/chef/automate`](https://github.com/chef/automate).
- [Scaleway](https://www.scaleway.com/en/) uses the gRPC-Gateway since 2018 to
  serve millions of API requests per day [1].
- [SpiceDB](https://github.com/authzed/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](https://www.youtube.com/watch?v=eLxD-zIUraE&feature=youtu.be&t=480).