{"id":17436065,"url":"https://github.com/terrapi-solution/protocol","last_synced_at":"2025-08-03T16:30:42.351Z","repository":{"id":257825768,"uuid":"872013091","full_name":"terrapi-solution/protocol","owner":"terrapi-solution","description":"TerrAPI protocol. Protobuf definitions for TerrAPI's signaling protocol","archived":false,"fork":false,"pushed_at":"2024-12-04T19:44:16.000Z","size":85,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-04T20:33:10.837Z","etag":null,"topics":["cloudnative","golang","opentofu","protocol","terraform","terrapi"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/terrapi-solution.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":"2024-10-13T15:04:55.000Z","updated_at":"2024-10-18T09:41:36.000Z","dependencies_parsed_at":"2024-11-13T23:29:45.708Z","dependency_job_id":null,"html_url":"https://github.com/terrapi-solution/protocol","commit_stats":{"total_commits":38,"total_committers":2,"mean_commits":19.0,"dds":0.07894736842105265,"last_synced_commit":"3de02736b75c62b1f5a522dcce2c8524a76e4a0b"},"previous_names":["terrapi-solution/protocol"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrapi-solution%2Fprotocol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrapi-solution%2Fprotocol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrapi-solution%2Fprotocol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terrapi-solution%2Fprotocol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terrapi-solution","download_url":"https://codeload.github.com/terrapi-solution/protocol/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228552378,"owners_count":17935803,"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":["cloudnative","golang","opentofu","protocol","terraform","terrapi"],"created_at":"2024-10-17T10:01:53.281Z","updated_at":"2024-12-07T03:08:50.139Z","avatar_url":"https://github.com/terrapi-solution.png","language":"Batchfile","readme":"# TerrAPI Protocol\n\n[![Current Tag](https://img.shields.io/github/v/tag/terrapi-solution/protocol?sort=semver)](https://github.com/terrapi-solution/protocol)\n[![Lint Status](https://github.com/terrapi-solution/protocol/actions/workflows/protolint.yaml/badge.svg)](https://github.com/terrapi-solution/protocol/actions/workflows/protolint.yaml)\n[![Go Reference](https://pkg.go.dev/badge/github.com/terrapi-solution/protocol.svg)](https://pkg.go.dev/github.com/terrapi-solution/protocol)\n\n## Overview\nThis project shares a protobuf models with all TerrAPI projects.\n\n## Prerequisites\n\n- Go 1.16 or later\n- Protocol Buffers compiler (`protoc`)\n- `protoc-gen-go` and `protoc-gen-go-grpc` plugins\n\n## Installation\n\nInstall the Protocol Buffers compiler (`protoc`):\n\n```sh\n# On Ubuntu\nsudo apt-get install -y protobuf-compiler\n\n# On macOS\nbrew install protobuf\n```\n\nInstall the Go plugins for Protocol Buffers:\n\n```sh\ngo install google.golang.org/protobuf/cmd/protoc-gen-go@latest\ngo install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest\n```\n\nEnsure the `protoc-gen-go` and `protoc-gen-go-grpc` binaries are in your PATH:\n\n```sh\nexport PATH=\"$PATH:$(go env GOPATH)/bin\"\n```\n\n## Generating Code\n\nTo generate the Go code from the Protocol Buffers definitions, run the following script:\n\nOn Unix-based systems:\n\n```sh\n./gen.sh\n```\n\nOn Windows:\n\n```sh\ngen.cmd\n```\n\n## Security\n\nIf you discover a security vulnerability within this package, please send an e-mail to \u003ccontact@thomas-illiet.fr\u003e\n\n## Contributing\n\nFork -\u003e Patch -\u003e Push -\u003e Pull Request\n\n## License\n\nThis project is licensed under the Apache License, Version 2.0.\nSee the [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterrapi-solution%2Fprotocol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterrapi-solution%2Fprotocol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterrapi-solution%2Fprotocol/lists"}