{"id":21126437,"url":"https://github.com/lreimer/from-rest-to-grpc","last_synced_at":"2025-06-19T00:04:03.653Z","repository":{"id":39662087,"uuid":"426158185","full_name":"lreimer/from-rest-to-grpc","owner":"lreimer","description":"REST in Peace. Long live gRCP. Demo repository.","archived":false,"fork":false,"pushed_at":"2024-10-29T06:09:14.000Z","size":6133,"stargazers_count":29,"open_issues_count":8,"forks_count":5,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-04T13:04:20.426Z","etag":null,"topics":["grpc","grpc-go","grpc-java","grpc-web","grpc-web-proxy","hacktoberfest","protobuf"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/lreimer.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-09T09:01:06.000Z","updated_at":"2024-11-01T13:45:29.000Z","dependencies_parsed_at":"2024-10-29T07:28:52.721Z","dependency_job_id":null,"html_url":"https://github.com/lreimer/from-rest-to-grpc","commit_stats":{"total_commits":65,"total_committers":3,"mean_commits":"21.666666666666668","dds":0.06153846153846154,"last_synced_commit":"3bfa8a47822f6ee409a41ba4886f8ab03afa6bf8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lreimer/from-rest-to-grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Ffrom-rest-to-grpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Ffrom-rest-to-grpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Ffrom-rest-to-grpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Ffrom-rest-to-grpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lreimer","download_url":"https://codeload.github.com/lreimer/from-rest-to-grpc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lreimer%2Ffrom-rest-to-grpc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260654627,"owners_count":23042672,"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-go","grpc-java","grpc-web","grpc-web-proxy","hacktoberfest","protobuf"],"created_at":"2024-11-20T04:41:50.602Z","updated_at":"2025-06-19T00:03:58.619Z","avatar_url":"https://github.com/lreimer.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# REST in Peace. Long live gRCP!\n\nDemo repository for different REST to gRPC showcases. It contains several different service implementations as well as matching clients.\n\n## Running\n\n```shell\n# this repo contains several different implementations, choose one\n\n# use Skaffold to spin up the services\nskaffold dev --no-prune=false --cache-artifacts=false -f skaffold_quarkus\nskaffold dev --no-prune=false --cache-artifacts=false -f skaffold_micronaut\nskaffold dev --no-prune=false --cache-artifacts=false -f skaffold_golang\n\n# use Tilt to spin up the services\ntilt up -f Tiltfile_quarkus\ntilt up -f Tiltfile_micronaut\ntilt up -f Tiltfile_golang\n```\n\n## Usage\n\n```shell\n# call the plain REST service endpoint\nhttp get localhost:18080/api/beers\n\n# call the gRPC service endpoint\ngrpcurl -plaintext -proto micronaut-beer-grpc/src/main/proto/beer.proto localhost:19090 beer.BeerService/AllBeers\n\n# call the NGINX proxy for the gRPC endpoint\ngrpcurl -plaintext -proto micronaut-beer-grpc/src/main/proto/beer.proto localhost:18888 beer.BeerService/AllBeers\n\n# call the gRPC gateway service endpoint\nhttp get localhost:18090/api/beers\n```\n\n## Maintainer\n\nM.-Leander Reimer (@lreimer), \u003cmario-leander.reimer@qaware.de\u003e\n\n## License\n\nThis software is provided under the MIT open source license, read the `LICENSE`\nfile for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flreimer%2Ffrom-rest-to-grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flreimer%2Ffrom-rest-to-grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flreimer%2Ffrom-rest-to-grpc/lists"}