{"id":15074355,"url":"https://github.com/muhreeowki/grpc-calculator","last_synced_at":"2026-02-03T20:40:24.931Z","repository":{"id":253211380,"uuid":"842822211","full_name":"muhreeowki/grpc-calculator","owner":"muhreeowki","description":"A gRPC calculator service I built in golang to learn about how gRPC APIs work.","archived":false,"fork":false,"pushed_at":"2024-08-15T07:08:35.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T12:12:52.308Z","etag":null,"topics":["golang","grpc","grpc-go","microservice"],"latest_commit_sha":null,"homepage":"","language":"Go","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/muhreeowki.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-15T06:53:48.000Z","updated_at":"2024-08-15T16:35:42.000Z","dependencies_parsed_at":"2024-08-15T08:22:42.557Z","dependency_job_id":"65ac3c66-edeb-4948-8f6f-ea09dfdbec51","html_url":"https://github.com/muhreeowki/grpc-calculator","commit_stats":null,"previous_names":["muhreeowki/grpc-calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/muhreeowki/grpc-calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhreeowki%2Fgrpc-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhreeowki%2Fgrpc-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhreeowki%2Fgrpc-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhreeowki%2Fgrpc-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muhreeowki","download_url":"https://codeload.github.com/muhreeowki/grpc-calculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhreeowki%2Fgrpc-calculator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265473401,"owners_count":23772108,"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":["golang","grpc","grpc-go","microservice"],"created_at":"2024-09-25T03:32:30.279Z","updated_at":"2026-02-03T20:40:24.879Z","avatar_url":"https://github.com/muhreeowki.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Calculator Service\n\nThis repo contains the source code for a Calculator API gRPC server I built to learn the basics of gRPC.\n\n## Requirements\n\nTo run this code, you'll need the following dependencies:\n\n- Go 1.22.5\n- Make\n\nTo make modifications to this code, make sure you have protobuf tools installed, as well as grpcui for client.\n\n### Linux\n\nInstall protobuf tools:\n```\n$ sudo apt install -y protobuf-compiler\n```\n\nInstall grpcui:\n```\n$ go install github.com/fullstorydev/grpcui/cmd/grpcui@latest\n```\n\nalternatively you can install the protoc plugins using golang\n\n```\n$ go install google.golang.org/grpc/cmd/protoc-gen-go@v1.1\n$ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1\n```\n\n\n## Building\n\nTo build this code, run `go build .` or `make build`.\n\nIf you make any modifications to the protobuf, run `make generate`\n\n## Running Locally\n\nTo run the server, cd into the server directory and run `go run main.go`\n\nTo interact with the server with grpcui run `grpcui --plaintext 127.0.0.1:8080`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhreeowki%2Fgrpc-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhreeowki%2Fgrpc-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhreeowki%2Fgrpc-calculator/lists"}