{"id":18521823,"url":"https://github.com/gjbae1212/go-grpcpool","last_synced_at":"2025-04-09T09:33:25.707Z","repository":{"id":57540724,"uuid":"290353660","full_name":"gjbae1212/go-grpcpool","owner":"gjbae1212","description":"go-gprcpool is a pool for GRPC connections.","archived":false,"fork":false,"pushed_at":"2021-08-27T03:39:59.000Z","size":19,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T04:50:53.197Z","etag":null,"topics":["go","golang","grpc","pool"],"latest_commit_sha":null,"homepage":"","language":"Go","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/gjbae1212.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-26T00:22:23.000Z","updated_at":"2022-02-07T09:58:59.000Z","dependencies_parsed_at":"2022-09-17T23:22:03.574Z","dependency_job_id":null,"html_url":"https://github.com/gjbae1212/go-grpcpool","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjbae1212%2Fgo-grpcpool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjbae1212%2Fgo-grpcpool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjbae1212%2Fgo-grpcpool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gjbae1212%2Fgo-grpcpool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gjbae1212","download_url":"https://codeload.github.com/gjbae1212/go-grpcpool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248012864,"owners_count":21033254,"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":["go","golang","grpc","pool"],"created_at":"2024-11-06T17:27:46.849Z","updated_at":"2025-04-09T09:33:25.353Z","avatar_url":"https://github.com/gjbae1212.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-grpcpool\n\n\u003cp align=\"left\"\u003e \n\u003ca href=\"https://hits.seeyoufarm.com\"\u003e\u003cimg src=\"https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fgjbae1212%2Fgo-grpcpool\u0026count_bg=%2379C83D\u0026title_bg=%23555555\u0026icon=go.svg\u0026icon_color=%2308BEB8\u0026title=hits\u0026edge_flat=false\"/\u003e\u003c/a\u003e               \n   \u003ca href=\"/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-GREEN.svg\" alt=\"license\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n**go-gprcpool** is a pool for GRPC connections.  \nIt's a library for **golang**.\n\n## Getting Started\n### Install\n```bash\n$ go get -u github.com/gjbae1212/go-grpcpool\n```\n\n### Usage\n```go\n// pseudo code\npackage main\nimport (\n    \"context\"  \n    grpcpool \"github.com/gjbae1212/go-grpcpool\"    \n)\n\nfunc main() {\n\tpool, _ := grpcpool.New(func() (*grpc.ClientConn, error){ \n                  return nil, nil // a function which creates GRPC connection. \n              })\n    conn, _ := pool.GetConn()\n}  \n```\n\n## LICENSE\nThis project is following The MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgjbae1212%2Fgo-grpcpool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgjbae1212%2Fgo-grpcpool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgjbae1212%2Fgo-grpcpool/lists"}