{"id":19517308,"url":"https://github.com/cookpad/griffin","last_synced_at":"2026-04-07T19:31:48.476Z","repository":{"id":52651943,"uuid":"153440834","full_name":"cookpad/griffin","owner":"cookpad","description":" gRPC server and client for Ruby","archived":false,"fork":false,"pushed_at":"2026-01-22T06:43:54.000Z","size":99,"stargazers_count":105,"open_issues_count":0,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-04-01T01:00:24.391Z","etag":null,"topics":["grpc","grpc-ruby","grpc-server","ruby"],"latest_commit_sha":null,"homepage":"","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/cookpad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"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":"2018-10-17T10:47:41.000Z","updated_at":"2026-01-22T06:43:58.000Z","dependencies_parsed_at":"2024-06-21T04:18:26.589Z","dependency_job_id":"d03e5477-4a14-48e8-9517-6934c088d31b","html_url":"https://github.com/cookpad/griffin","commit_stats":{"total_commits":88,"total_committers":5,"mean_commits":17.6,"dds":"0.11363636363636365","last_synced_commit":"c9089f590401a473b2dcef05f9f77697e2a3ba12"},"previous_names":["ganmacs/griffin"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/cookpad/griffin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookpad%2Fgriffin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookpad%2Fgriffin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookpad%2Fgriffin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookpad%2Fgriffin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cookpad","download_url":"https://codeload.github.com/cookpad/griffin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cookpad%2Fgriffin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31526665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","grpc-server","ruby"],"created_at":"2024-11-11T00:01:43.465Z","updated_at":"2026-04-07T19:31:48.455Z","avatar_url":"https://github.com/cookpad.png","language":"Ruby","readme":"# Griffin\n\n[![Gem Version](https://badge.fury.io/rb/griffin.svg)](https://badge.fury.io/rb/griffin)\n\nGriffin is [gRPC](https://grpc.io/) server which supports multi process by using [serverengine](https://github.com/treasure-data/serverengine).\nGriffin also supports building gRPC client.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'griffin'\n```\n\nAnd then execute:\n\n```\n$ bundle\n```\n\nOr install it yourself as:\n\n```\ngem install griffin\n```\n\n## Usage\n\n#### Server\n\n```ruby\nclass GreeterServer \u003c Helloworld::Greeter::Service\n  def say_hello(hello_req, _unused_call)\n    Helloworld::HelloReply.new(message: \"Hello #{hello_req.name}\")\n  end\nend\n\nGriffin::Server.configure do |c|\n  c.bind '127.0.0.1'\n\n  c.port 50051\n\n  c.services GreeterServer.new\n\n  c.workers 2 # A number of worker process\nend\n\nGriffin::Server.run\n\n```\n\n## Interceptors\n\n* [cookpad/griffin-interceptors](https://github.com/cookpad/griffin-interceptors) collection of interceptors\n\n## Development\n\n```\nbundle install\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/cookpad/griffin.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcookpad%2Fgriffin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcookpad%2Fgriffin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcookpad%2Fgriffin/lists"}