{"id":35566290,"url":"https://github.com/mirkobrombin/go-relay","last_synced_at":"2026-02-14T02:46:19.635Z","repository":{"id":332409041,"uuid":"1127730002","full_name":"mirkobrombin/go-relay","owner":"mirkobrombin","description":"Go Relay is a distributed, type-safe background job processing library for Go.  It acts as a bridge between your application logic and your distributed infrastructure (Warp Mesh, Redis, etc.), providing a clean, generic-based API for handling async tasks.","archived":false,"fork":false,"pushed_at":"2026-01-27T13:06:10.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-28T00:45:34.482Z","etag":null,"topics":["agnostic","backend-agnostic","background-job","go","go-relay","golang","library","redis","relay","type-safe","type-safety","warp-mesh","zero-config"],"latest_commit_sha":null,"homepage":"http://go-relay.bromb.in/","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/mirkobrombin.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-04T13:38:50.000Z","updated_at":"2026-01-27T13:06:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mirkobrombin/go-relay","commit_stats":null,"previous_names":["mirkobrombin/go-relay"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mirkobrombin/go-relay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirkobrombin%2Fgo-relay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirkobrombin%2Fgo-relay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirkobrombin%2Fgo-relay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirkobrombin%2Fgo-relay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mirkobrombin","download_url":"https://codeload.github.com/mirkobrombin/go-relay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mirkobrombin%2Fgo-relay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29432664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T02:20:56.896Z","status":"ssl_error","status_checked_at":"2026-02-14T02:11:29.478Z","response_time":53,"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":["agnostic","backend-agnostic","background-job","go","go-relay","golang","library","redis","relay","type-safe","type-safety","warp-mesh","zero-config"],"created_at":"2026-01-04T15:15:45.564Z","updated_at":"2026-02-14T02:46:19.626Z","avatar_url":"https://github.com/mirkobrombin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Relay\n\n**Go Relay** is a distributed, type-safe background job processing library for Go.\n\nIt acts as a bridge between your application logic and your distributed infrastructure (Warp Mesh, Redis, etc.), providing a clean, generic-based API for handling async tasks.\n\n## Key Features\n\n- **Type-Safe**: No more `any` casting. Payload types are checked at compile time.\n- **Backend Agnostic**: Switch from In-Memory to Redis or P2P Mesh without changing your code.\n- **Zero-Config**: Starts with a sensible In-Memory default for immediate productivity.\n\n## Documentation\n\n- **[Getting Started](docs/getting-started.md)**: Your first Job in 30 seconds.\n- **[Architecture](docs/architecture.md)**: How Relay works under the hood.\n- **[Transports](docs/transports.md)**: Configure Memory, Redis, or Warp Mesh backends.\n\n## Quick Example\n\n```go\ntype Notification struct {\n    ReqID string\n}\n\n// Register\nrelay.Register(r, \"notify\", func(ctx context.Context, n Notification) error {\n    return sendPush(n.ReqID)\n})\n\n// Enqueue\nrelay.Enqueue(ctx, r, \"notify\", Notification{ReqID: \"123\"})\n```\n\n## License\n\nMIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirkobrombin%2Fgo-relay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmirkobrombin%2Fgo-relay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirkobrombin%2Fgo-relay/lists"}