{"id":36790666,"url":"https://github.com/objenious/kitty-gcp","last_synced_at":"2026-01-12T13:25:19.975Z","repository":{"id":33913475,"uuid":"146006972","full_name":"objenious/kitty-gcp","owner":"objenious","description":"Google Cloud support for kitty","archived":false,"fork":false,"pushed_at":"2021-04-26T13:41:20.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-11-17T12:07:04.414Z","etag":null,"topics":[],"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/objenious.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}},"created_at":"2018-08-24T15:12:53.000Z","updated_at":"2021-04-26T13:36:37.000Z","dependencies_parsed_at":"2022-09-26T22:00:42.824Z","dependency_job_id":null,"html_url":"https://github.com/objenious/kitty-gcp","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/objenious/kitty-gcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objenious%2Fkitty-gcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objenious%2Fkitty-gcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objenious%2Fkitty-gcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objenious%2Fkitty-gcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/objenious","download_url":"https://codeload.github.com/objenious/kitty-gcp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/objenious%2Fkitty-gcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-01-12T13:25:18.965Z","updated_at":"2026-01-12T13:25:19.885Z","avatar_url":"https://github.com/objenious.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kitty-gcp\n\n[![Travis-CI](https://travis-ci.org/objenious/kitty-gcp.svg?branch=master)](https://travis-ci.org/objenious/kitty-gcp)  [![GoDoc](https://godoc.org/github.com/objenious/kitty-gcp?status.svg)](http://godoc.org/github.com/objenious/kitty-gcp)\n[![GoReportCard](https://goreportcard.com/badge/github.com/objenious/kitty-gcp)](https://goreportcard.com/report/github.com/objenious/kitty-gcp)\n\n`go get github.com/objenious/kitty-gcp`\n\n## Status: alpha - breaking changes might happen\n\nkitty-gcp adds support for Google Cloud Platform to [kitty](https://github.com/objenious/kitty).\n\n## Pub/Sub\n\nConnect to Pub/Sub :\n```\ntr := pubsub.NewTransport(ctx, \"project-id\").\n  Endpoint(subscriptionName, endpoint, Decoder(decodeFunc))\nerr := kitty.NewServer(tr).Run(ctx)\n```\n\nIf your service needs to run on Kubernetes, you also need to have a http transport for keep-alives :\n```\ntr := pubsub.NewTransport(ctx, \"project-id\").\n  Endpoint(subscriptionName, endpoint, Decoder(decodeFunc))\nh := kitty.NewHTTPTransport(kitty.Config{HTTPPort: 8080})\nerr := kitty.NewServer(tr, h).Run(ctx)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjenious%2Fkitty-gcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobjenious%2Fkitty-gcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobjenious%2Fkitty-gcp/lists"}