{"id":17760567,"url":"https://github.com/mariocarrion/grpc-microservice-example","last_synced_at":"2025-04-05T17:05:17.889Z","repository":{"id":40127273,"uuid":"465131235","full_name":"MarioCarrion/grpc-microservice-example","owner":"MarioCarrion","description":"Go microservice tutorial project using gRPC","archived":false,"fork":false,"pushed_at":"2025-03-26T02:12:02.000Z","size":563,"stargazers_count":129,"open_issues_count":0,"forks_count":18,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-29T16:09:41.207Z","etag":null,"topics":["go","golang","grpc","microservice","protobuf","tutorial"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/MarioCarrion.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"MarioCarrion"}},"created_at":"2022-03-02T02:38:40.000Z","updated_at":"2025-03-26T02:11:10.000Z","dependencies_parsed_at":"2023-02-16T14:10:14.554Z","dependency_job_id":"b31ef668-488c-4858-8a75-4cc678023f18","html_url":"https://github.com/MarioCarrion/grpc-microservice-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarioCarrion%2Fgrpc-microservice-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarioCarrion%2Fgrpc-microservice-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarioCarrion%2Fgrpc-microservice-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarioCarrion%2Fgrpc-microservice-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarioCarrion","download_url":"https://codeload.github.com/MarioCarrion/grpc-microservice-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247369953,"owners_count":20927928,"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","microservice","protobuf","tutorial"],"created_at":"2024-10-26T19:05:41.776Z","updated_at":"2025-04-05T17:05:17.850Z","avatar_url":"https://github.com/MarioCarrion.png","language":"Makefile","funding_links":["https://github.com/sponsors/MarioCarrion"],"categories":[],"sub_categories":[],"readme":"# \"User Management\" gRPC Microservice Example\n\n## Introduction\n\nWelcome! 👋\n\nThis is an educational repository that includes a small microservice written in Go using gRPC, this is equivalent to the [REST Example](https://github.com/MarioCarrion/todo-api-microservice-example), however this project is the principal example of my video series: [System Design using gRPC with Go](https://www.youtube.com/playlist?list=PL7yAAGMOat_EX1nv8fgltlm0CnJTH8Nwg).\n\nJoin the fun at [https://youtube.com/@MarioCarrion](https://www.youtube.com/@MarioCarrion).\n\n## Prerequisites\n\n* **required** Go **1.22**, _and_\n* **recommended** `direnv`, to allow all Go-based binaries to be local to this folder and not installed globally. For more details you can refer to [this post](https://mariocarrion.com/2020/11/20/golang-go-tool-direnv.html).\n\n## Tools\n\nMake sure the following tools are installed:\n\n* **required** Protocol Buffers Compiler, `protoc` (`27.1`, version to date):\n    * Homebrew: `brew install protobuf`\n    * Alpine 3.17: `apk add protobuf-dev protobuf`\n    * Ubuntu 21.10: `apt-get install protobuf-compiler libprotobuf-dev`\n* **recommended** Code Formatting, `clang-format`, you can use `find . -name '*.proto' | xargs clang-format -i`\n    * Homebrew: `brew install clang-format` (`18.1.8`, version to date):\n    * Alpine 3.17: `apk add clang-extra-tools`\n    * Ubuntu 21.10: `apt-get install clang-format`\n* The run `make tools` or if don't have Makefile copy/paste the `go install` instructions defined in the [Makefile](`Makefile#L3`)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariocarrion%2Fgrpc-microservice-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariocarrion%2Fgrpc-microservice-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariocarrion%2Fgrpc-microservice-example/lists"}