{"id":22511239,"url":"https://github.com/renderedtext/grpc_health_check","last_synced_at":"2025-06-13T07:07:40.617Z","repository":{"id":38361120,"uuid":"142885218","full_name":"renderedtext/grpc_health_check","owner":"renderedtext","description":"Healthchecks for Elixir GRPC server apps","archived":false,"fork":false,"pushed_at":"2022-06-23T07:38:45.000Z","size":22,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-03-11T00:53:43.790Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/renderedtext.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-30T14:15:11.000Z","updated_at":"2023-03-11T00:53:43.791Z","dependencies_parsed_at":"2022-08-25T04:50:42.349Z","dependency_job_id":null,"html_url":"https://github.com/renderedtext/grpc_health_check","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderedtext%2Fgrpc_health_check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderedtext%2Fgrpc_health_check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderedtext%2Fgrpc_health_check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renderedtext%2Fgrpc_health_check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renderedtext","download_url":"https://codeload.github.com/renderedtext/grpc_health_check/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228548582,"owners_count":17935226,"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":[],"created_at":"2024-12-07T02:10:13.430Z","updated_at":"2025-06-13T07:07:40.609Z","avatar_url":"https://github.com/renderedtext.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GrpcHealthCheck\n\nGrpcHealthCheck implements the official Grpc health checking interface in\nElixir. It can be used to check if Elixir based Grpc servers are up and running.\n\nMore on Grpc health checks:\n- [Official doc](https://github.com/grpc/grpc/blob/master/doc/health-checking.md)\n- [Interface definition\n    source](https://github.com/grpc/grpc/blob/master/src/proto/grpc/health/v1/health.proto)\n- [Ruby native\n    implementation](https://github.com/grpc/grpc/tree/master/src/ruby/pb/grpc/health/v1)\n\n## Installation\n\nAdd this to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:grpc_health_check, github: \"renderedtext/grpc_health_check\"}\n  ]\nend\n```\n\nAnd also add the health check server to your supervision tree:\n\n```elixir\nservices = [\n ...,\n GrpcHealthCheck.Server\n]\n\nchildren = [\n  supervisor(GRPC.Server.Supervisor, [{services, port}])\n]\n\nSupervisor.start_link(children, opts)\n```\n\nIf you're not running the GRPC workers as a part of a supervision tree, run the\nserver alongside the rest of your GRPC workers.\n\n## Usage\n\nThe health check server will be running with your application.\nRunning `mix healthcheck` will run the health check client and call the health check service.\n\n## License\n\nThis software is licensed under [the Apache 2.0 license](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenderedtext%2Fgrpc_health_check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenderedtext%2Fgrpc_health_check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenderedtext%2Fgrpc_health_check/lists"}