{"id":22856625,"url":"https://github.com/deis/example-grpc-client","last_synced_at":"2026-03-09T00:33:57.853Z","repository":{"id":57601454,"uuid":"72471392","full_name":"deis/example-grpc-client","owner":"deis","description":"A simple Go grpc client app for Deis, the open source PaaS https://deis.com","archived":false,"fork":false,"pushed_at":"2017-05-10T22:47:11.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-30T15:13:57.998Z","etag":null,"topics":["deis-workflow","example","go","grpc-client"],"latest_commit_sha":null,"homepage":null,"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/deis.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":"2016-10-31T19:36:40.000Z","updated_at":"2017-03-01T20:53:04.000Z","dependencies_parsed_at":"2022-09-26T20:00:38.163Z","dependency_job_id":null,"html_url":"https://github.com/deis/example-grpc-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deis/example-grpc-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-grpc-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-grpc-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-grpc-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-grpc-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deis","download_url":"https://codeload.github.com/deis/example-grpc-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deis%2Fexample-grpc-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30278555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["deis-workflow","example","go","grpc-client"],"created_at":"2024-12-13T08:09:16.659Z","updated_at":"2026-03-09T00:33:57.828Z","avatar_url":"https://github.com/deis.png","language":"Go","readme":"# Go GRPC Client Quick Start Guide\n\nThis guide will walk you through deploying a Go [grpc][grpc] client on [Deis Workflow][]. The client also runs a Go http server which is routable outside of the cluster and proxies the user requests to a Go [grpc server][grpcserver]. The [Go server][serverinstall] to which the requests needs to be sent can be configured using `deis config:set SERVER_NAME=\u003cserver app name\u003e`.\n\n## Usage\n\n```console\n$ git clone https://github.com/deis/example-grpc-client.git\n$ cd example-grpc-client\n$ deis create\nCreating Application... done, created breezy-playroom\nGit remote deis added for app breezy-playroom\n$ deis config:set SERVER_NAME=finest-rabbitry\nCreating config... done\n=== breezy-playroom Config\nSERVER_NAME      finest-rabbitry\n$ git push deis master\nCounting objects: 8, done.\nDelta compression using up to 4 threads.\nCompressing objects: 100% (6/6), done.\nWriting objects: 100% (8/8), 4.00 KiB | 0 bytes/s, done.\nTotal 8 (delta 0), reused 0 (delta 0)\nStarting build... but first, coffee!\n-----\u003e Restoring cache...\n       No cache file found. If this is the first deploy, it will be created now.\n-----\u003e Go app detected\n        !!    \n        !!    'GOVERSION' isn't set, defaulting to 'go1.7.1'\n        !!    \n        !!    Run 'heroku config:set GOVERSION=goX.Y' to set the Go version to use\n        !!    for future builds\n        !!    \n-----\u003e Installing go1.7.1... done\n-----\u003e Installing glide v0.12.2... done\n-----\u003e Installing hg 3.9... done\n        !!    Installing package '.' (default)\n        !!    \n        !!    To install a different package spec for the next build run:\n        !!    \n        !!    'heroku config:set GO_INSTALL_PACKAGE_SPEC=\"\u003cpkg spec\u003e\"'\n        !!    \n        !!    For more details see: https://devcenter.heroku.com/articles/go-dependencies-via-glide\n        !!    \n-----\u003e Fetching any unsaved dependencies (glide install)\n       [INFO]\tDownloading dependencies. Please wait...\n       [INFO]\t--\u003e Fetching google.golang.org/grpc.\n       [INFO]\t--\u003e Fetching github.com/deis/example-grpc-server.\n       [INFO]\t--\u003e Fetching golang.org/x/net.\n       [INFO]\t--\u003e Fetching github.com/golang/protobuf.\n       [INFO]\tSetting references.\n       [INFO]\t--\u003e Setting version for github.com/golang/protobuf to 8616e8ee5e20a1704615e6c8d7afcdac06087a67.\n       [INFO]\t--\u003e Setting version for github.com/deis/example-grpc-server to 683c669e94944e2da3716668396dd557ec3c4093.\n       [INFO]\t--\u003e Setting version for google.golang.org/grpc to b7f1379d3cbbbeb2ca3405852012e237aa05459e.\n       [INFO]\t--\u003e Setting version for golang.org/x/net to fb93926129b8ec0056f2f458b1f519654814edf0.\n       [INFO]\tExporting resolved dependencies...\n       [INFO]\t--\u003e Exporting github.com/golang/protobuf\n       [INFO]\t--\u003e Exporting github.com/deis/example-grpc-server\n       [INFO]\t--\u003e Exporting golang.org/x/net\n       [INFO]\t--\u003e Exporting google.golang.org/grpc\n       [INFO]\tReplacing existing vendor dependencies\n-----\u003e Running: go install -v -tags heroku .\n       github.com/deis/example-grpc-client/vendor/github.com/golang/protobuf/proto\n       github.com/deis/example-grpc-client/vendor/golang.org/x/net/context\n       github.com/deis/example-grpc-client/vendor/golang.org/x/net/http2/hpack\n       github.com/deis/example-grpc-client/vendor/golang.org/x/net/http2\n       github.com/deis/example-grpc-client/vendor/golang.org/x/net/internal/timeseries\n       github.com/deis/example-grpc-client/vendor/golang.org/x/net/trace\n       github.com/deis/example-grpc-client/vendor/google.golang.org/grpc/codes\n       github.com/deis/example-grpc-client/vendor/google.golang.org/grpc/credentials\n       github.com/deis/example-grpc-client/vendor/google.golang.org/grpc/grpclog\n       github.com/deis/example-grpc-client/vendor/google.golang.org/grpc/internal\n       github.com/deis/example-grpc-client/vendor/google.golang.org/grpc/metadata\n       github.com/deis/example-grpc-client/vendor/google.golang.org/grpc/naming\n       github.com/deis/example-grpc-client/vendor/google.golang.org/grpc/peer\n       github.com/deis/example-grpc-client/vendor/google.golang.org/grpc/transport\n       github.com/deis/example-grpc-client/vendor/google.golang.org/grpc\n       github.com/deis/example-grpc-client/vendor/github.com/deis/example-grpc-server/_proto\n       github.com/deis/example-grpc-client\n-----\u003e Discovering process types\n       Procfile declares types -\u003e web\n-----\u003e Checking for changes inside the cache directory...\n       Files inside cache folder changed, uploading new cache...\n       Done: Uploaded cache (85M)\n-----\u003e Compiled slug size is 3.0M\nBuild complete.\nLaunching App...\nDone, breezy-playroom:v3 deployed to Workflow\n\nUse 'deis open' to view this application in your browser\n\nTo learn more, use 'deis help' or visit https://deis.com/\n\nTo ssh://git@deis-builder.deis.rocks:2222/breezy-playroom.git\n * [new branch]      master -\u003e master\n$ curl http://breezy-playroom.deis.rocks\nPowered by Deis\n```\n\n## Additional Resources\n\n* [GitHub Project](https://github.com/deis/workflow)\n* [Documentation](https://deis.com/docs/workflow/)\n* [Blog](https://deis.com/blog/)\n\n[Deis Workflow]: https://github.com/deis/workflow#readme\n[grpc]: http://www.grpc.io/docs/quickstart/go.html\n[grpcserver]: https://github.com/deis/example-grpc-server\n[serverinstall]: https://github.com/deis/example-grpc-server/#example-grpc-server\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeis%2Fexample-grpc-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeis%2Fexample-grpc-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeis%2Fexample-grpc-client/lists"}