{"id":41532592,"url":"https://github.com/inferadb/proto","last_synced_at":"2026-01-23T23:10:43.018Z","repository":{"id":330385045,"uuid":"1121482802","full_name":"inferadb/proto","owner":"inferadb","description":"InferaDB protocol definitions — Protocol Buffer schemas and gRPC service definitions for engine and control plane APIs.","archived":false,"fork":false,"pushed_at":"2025-12-25T05:14:36.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-26T18:13:08.084Z","etag":null,"topics":["access-control","api-definition","authorization","buf","fine-grained-access-control","grpc","inferadb","permissions","protobuf","protocol-buffers","rebac","zanzibar"],"latest_commit_sha":null,"homepage":"https://inferadb.com","language":null,"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/inferadb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-23T04:21:55.000Z","updated_at":"2025-12-25T05:14:40.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/inferadb/proto","commit_stats":null,"previous_names":["inferadb/proto"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/inferadb/proto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inferadb%2Fproto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inferadb%2Fproto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inferadb%2Fproto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inferadb%2Fproto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inferadb","download_url":"https://codeload.github.com/inferadb/proto/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inferadb%2Fproto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28702943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["access-control","api-definition","authorization","buf","fine-grained-access-control","grpc","inferadb","permissions","protobuf","protocol-buffers","rebac","zanzibar"],"created_at":"2026-01-23T23:10:40.466Z","updated_at":"2026-01-23T23:10:43.011Z","avatar_url":"https://github.com/inferadb.png","language":null,"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cp\u003e\u003ca href=\"https://inferadb.com\"\u003e\u003cimg src=\".github/inferadb.png\" width=\"100\" /\u003e\u003c/a\u003e\u003c/p\u003e\n    \u003ch1\u003eInferaDB Protocol Buffers\u003c/h1\u003e\n    \u003cp\u003e\n        \u003ca href=\"https://discord.gg/inferadb\"\u003e\u003cimg src=\"https://img.shields.io/badge/Discord-Join%20us-5865F2?logo=discord\u0026logoColor=white\" alt=\"Discord\" /\u003e\u003c/a\u003e\n        \u003ca href=\"#license\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg\" alt=\"License\" /\u003e\u003c/a\u003e\n    \u003c/p\u003e\n    \u003cp\u003egRPC definitions for InferaDB APIs.\u003c/p\u003e\n\u003c/div\u003e\n\n\u003e [!IMPORTANT]\n\u003e Under active development. Not production-ready.\n\n## Structure\n\n```\ninferadb/\n├── authorization/\n│   └── v1/\n│       └── authorization.proto    # Permission checks, relationships, lookups\n└── management/\n    └── v1/\n        └── (coming soon)          # Organizations, vaults, schemas, teams\n```\n\n## Package Naming\n\nPackage pattern: `inferadb.\u003cdomain\u003e.v1`\n\n- `inferadb.authorization.v1` - Authorization service (checks, relationships, watch)\n- `inferadb.management.v1` - Management service (orgs, vaults, schemas, teams)\n\n## Usage\n\n### Buf\n\n```bash\nbuf generate\n```\n\n### protoc\n\n```bash\nprotoc --proto_path=. \\\n  --go_out=. --go_opt=paths=source_relative \\\n  --go-grpc_out=. --go-grpc_opt=paths=source_relative \\\n  inferadb/authorization/v1/authorization.proto\n```\n\n## Community\n\nJoin us on [Discord](https://discord.gg/inferadb) for questions, discussions, and contributions.\n\n## License\n\nDual-licensed under [MIT](LICENSE-MIT) or [Apache 2.0](LICENSE-APACHE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finferadb%2Fproto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finferadb%2Fproto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finferadb%2Fproto/lists"}