{"id":13741054,"url":"https://github.com/bigcommerce/gruf","last_synced_at":"2025-10-08T17:14:30.028Z","repository":{"id":22210212,"uuid":"89485021","full_name":"bigcommerce/gruf","owner":"bigcommerce","description":"gRPC Ruby Framework","archived":false,"fork":false,"pushed_at":"2024-07-22T13:27:34.000Z","size":678,"stargazers_count":625,"open_issues_count":10,"forks_count":72,"subscribers_count":48,"default_branch":"main","last_synced_at":"2024-10-29T14:51:37.032Z","etag":null,"topics":["grpc","grpc-ruby-framework","grpc-services","gruf","protobuf","rails","ruby"],"latest_commit_sha":null,"homepage":"https://github.com/bigcommerce/gruf","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bigcommerce.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-26T13:38:50.000Z","updated_at":"2024-10-15T06:00:04.000Z","dependencies_parsed_at":"2023-11-29T17:28:08.456Z","dependency_job_id":"c0f2b2a8-eb81-433f-aa9d-bd938ea75850","html_url":"https://github.com/bigcommerce/gruf","commit_stats":{"total_commits":294,"total_committers":31,"mean_commits":9.483870967741936,"dds":"0.25850340136054417","last_synced_commit":"e8947becafd37ff382ba01de15ba8dc135b0db52"},"previous_names":[],"tags_count":67,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigcommerce%2Fgruf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigcommerce%2Fgruf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigcommerce%2Fgruf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigcommerce%2Fgruf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigcommerce","download_url":"https://codeload.github.com/bigcommerce/gruf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246927828,"owners_count":20856196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["grpc","grpc-ruby-framework","grpc-services","gruf","protobuf","rails","ruby"],"created_at":"2024-08-03T04:00:54.962Z","updated_at":"2025-10-08T17:14:24.990Z","avatar_url":"https://github.com/bigcommerce.png","language":"Ruby","readme":"# gruf - gRPC Ruby Framework\n\n[![CircleCI](https://circleci.com/gh/bigcommerce/gruf/tree/main.svg?style=svg)](https://circleci.com/gh/bigcommerce/gruf/tree/main) [![Gem Version](https://badge.fury.io/rb/gruf.svg)](https://badge.fury.io/rb/gruf) [![Documentation](https://inch-ci.org/github/bigcommerce/gruf.svg?branch=main)](https://inch-ci.org/github/bigcommerce/gruf?branch=main) [![Maintainability](https://api.codeclimate.com/v1/badges/4a8e9269f99100aeb7cb/maintainability)](https://codeclimate.com/github/bigcommerce/gruf/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/4a8e9269f99100aeb7cb/test_coverage)](https://codeclimate.com/github/bigcommerce/gruf/test_coverage)\n\ngruf is a Ruby framework that wraps the [gRPC Ruby library](https://github.com/grpc/grpc/tree/master/src/ruby) to\nprovide a more streamlined integration into Ruby and Ruby on Rails applications.\n\nIt provides an abstracted server and client for gRPC services, along with other tools to help get gRPC services in Ruby\nup fast and efficiently at scale. Some of its features include:\n\n* Abstracted controllers with request context support\n* Full interceptors with timing and unified request context support\n* Robust client error handling and metadata transport abilities\n* Server authentication via interceptors, with basic auth with multiple key support built in\n* TLS support for client-server auth, though we recommend using [linkerd](https://linkerd.io/) instead\n* Error data serialization in output metadata to allow fine-grained error handling in the transport while\n  still preserving gRPC BadStatus codes\n* Server and client execution timings in responses\n\ngruf currently has active support for gRPC 1.10.x+. gruf is compatible and tested with Ruby 3.0-3.4.\ngruf is also not [Rails](https://github.com/rails/rails)-specific, and can be used in any Ruby framework\n(such as [Grape](https://github.com/ruby-grape/grape) or [dry-rb](https://dry-rb.org/), for instance).\n\n### Getting Started\n\nPlease see the [gruf wiki](https://github.com/bigcommerce/gruf/wiki) for detailed information on getting started\nusing gruf.\n\n## Demo Rails App\n\nThere is a [demonstration Rails application here](https://github.com/bigcommerce/gruf-demo) you can\nview and clone that shows how to integrate Gruf into an existing Rails application.\n\n## License\n\nCopyright (c) 2017-present, BigCommerce Pty. Ltd. All rights reserved\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\ndocumentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the\nrights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit\npersons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":["Language-Specific","Ruby"],"sub_categories":["Ruby"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigcommerce%2Fgruf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigcommerce%2Fgruf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigcommerce%2Fgruf/lists"}