{"id":20834516,"url":"https://github.com/apriorit/microservices-grpc-graphql","last_synced_at":"2025-11-06T08:03:21.642Z","repository":{"id":116554139,"uuid":"273452375","full_name":"apriorit/Microservices-GRPC-GraphQL","owner":"apriorit","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-22T14:25:36.000Z","size":51,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-29T21:05:45.417Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/apriorit.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,"zenodo":null}},"created_at":"2020-06-19T09:18:49.000Z","updated_at":"2024-04-08T19:42:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"eca82ceb-f759-43a6-baef-16d3bdcd7101","html_url":"https://github.com/apriorit/Microservices-GRPC-GraphQL","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/apriorit%2FMicroservices-GRPC-GraphQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apriorit%2FMicroservices-GRPC-GraphQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apriorit%2FMicroservices-GRPC-GraphQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apriorit%2FMicroservices-GRPC-GraphQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apriorit","download_url":"https://codeload.github.com/apriorit/Microservices-GRPC-GraphQL/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apriorit%2FMicroservices-GRPC-GraphQL/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258288781,"owners_count":22678099,"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":[],"created_at":"2024-11-18T00:19:31.701Z","updated_at":"2025-11-06T08:03:16.598Z","avatar_url":"https://github.com/apriorit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to install utils for code generation\n\nCode generation based on proto-files. All proto-files are processed by [prototool](https://github.com/uber/prototool) that depends on protoc, protoc-gen-go and protoc-gen-gql.\nYour machine requires the following utilities to be installed:\n\n1. Install prototool\n\n``` bash\ncurl -sSL \\\n  https://github.com/uber/prototool/releases/download/v1.8.0/prototool-$(uname -s)-$(uname -m) \\\n  -o /usr/local/bin/prototool \u0026\u0026 \\\n  chmod +x /usr/local/bin/prototool\n```\n\n2. Install protoc\n\nDownload the latest relsease from [here](https://github.com/protocolbuffers/protobuf/releases).\n\nExtract archive in a convenient place, go to root of an extracted folder and execute successively:\n\n``` bash\n./configure\nmake\nmake check\nsudo make install\nsudo ldconfig\n```\n\n3. Install protoc-gen-go\n\n``` bash\ngo install google.golang.org/protobuf/cmd/protoc-gen-go\n```\n\n4. Install protoc-gen-gql\n\n``` bash\ngo install github.com/danielvladco/go-proto-gql/protoc-gen-gql\n```\n\nTo generate code for micro-services and also schemas from proto-files use [generate.sh](generate.sh)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapriorit%2Fmicroservices-grpc-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapriorit%2Fmicroservices-grpc-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapriorit%2Fmicroservices-grpc-graphql/lists"}