{"id":15074375,"url":"https://github.com/juiceworks/hubble-grpc","last_synced_at":"2026-02-27T21:03:07.294Z","repository":{"id":253157829,"uuid":"842647764","full_name":"juiceworks/hubble-grpc","owner":"juiceworks","description":"Go gRPC bindings for interacting with Farcaster hubs.","archived":false,"fork":false,"pushed_at":"2024-08-14T19:24:23.000Z","size":59,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-24T00:51:11.736Z","etag":null,"topics":["farcaster","golang","grpc","hubble"],"latest_commit_sha":null,"homepage":"","language":"Go","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/juiceworks.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-08-14T19:20:36.000Z","updated_at":"2024-09-13T19:37:47.000Z","dependencies_parsed_at":"2024-08-14T21:53:35.790Z","dependency_job_id":null,"html_url":"https://github.com/juiceworks/hubble-grpc","commit_stats":null,"previous_names":["juiceworks/hubble-grpc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juiceworks/hubble-grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juiceworks%2Fhubble-grpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juiceworks%2Fhubble-grpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juiceworks%2Fhubble-grpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juiceworks%2Fhubble-grpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juiceworks","download_url":"https://codeload.github.com/juiceworks/hubble-grpc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juiceworks%2Fhubble-grpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29913680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"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":["farcaster","golang","grpc","hubble"],"created_at":"2024-09-25T03:32:42.743Z","updated_at":"2026-02-27T21:03:07.264Z","avatar_url":"https://github.com/juiceworks.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hubble gRPC Bindings for Golang\n\nBasic gRPC bindings for interacting with [Farcaster Hubs](https://github.com/farcasterxyz/hub-monorepo).\n\nTo install in a Go project:\n\n```bash\ngo get github.com/juiceworks/hubble-grpc\n```\n\nTo generate updated bindings:\n\n```bash\ngit clone https://github.com/juiceworks/hubble-grpc\ncd hubble-grpc\nchmod +x main.sh\n./main.sh\n```\n\n## Resources\n\n1. To find public hubs you can use `hubble-grpc` with, see [this list of public hubs](https://foss.farchiver.xyz/hubs/list).\n2. To learn about the Farcaster Hub gRPC API, see the [Farcaster Hub API Docs](https://docs.farcaster.xyz/reference/hubble/architecture).\n3. For a basic example which prints out new casts, see [example/example.go](example/example.go).\n\n## About\n\nThe `.proto` schemas are sourced from the [Hub Monorepo](https://github.com/farcasterxyz/hub-monorepo/tree/main/protobufs/schemas). `main.sh` adds a `go_package` option to each schema file beneath its syntax declaration:\n\n```proto\noption go_package = \"github.com/juiceworks/hubble-grpc\";\n```\n\nBindings are then generated with `protoc`:\n\n```bash\nprotoc --proto_path=schemas --go_out=. --go-grpc_out=. --go_opt=paths=source_relative --go-grpc_opt=paths=source_relative schemas/*.proto\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuiceworks%2Fhubble-grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuiceworks%2Fhubble-grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuiceworks%2Fhubble-grpc/lists"}