{"id":15130095,"url":"https://github.com/quipper/google-cloud-pubsub-operator","last_synced_at":"2025-10-23T07:30:24.553Z","repository":{"id":61726454,"uuid":"532705545","full_name":"quipper/google-cloud-pubsub-operator","owner":"quipper","description":"Kubernetes operator for Google Cloud Pub/Sub Topic and Subscription","archived":false,"fork":false,"pushed_at":"2024-10-24T15:51:16.000Z","size":647,"stargazers_count":9,"open_issues_count":3,"forks_count":1,"subscribers_count":89,"default_branch":"main","last_synced_at":"2024-10-24T18:27:29.413Z","etag":null,"topics":["gcp","golang","google-cloud","kubernetes","pubsub"],"latest_commit_sha":null,"homepage":"","language":"Go","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/quipper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2022-09-05T01:37:18.000Z","updated_at":"2024-10-24T15:51:05.000Z","dependencies_parsed_at":"2024-04-27T22:27:19.985Z","dependency_job_id":"85a370ff-a662-4167-9243-de23eddadbca","html_url":"https://github.com/quipper/google-cloud-pubsub-operator","commit_stats":{"total_commits":235,"total_committers":5,"mean_commits":47.0,"dds":"0.18297872340425536","last_synced_commit":"bfbecf060db317fb69f801df35c9e1eb3b47192a"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2Fgoogle-cloud-pubsub-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2Fgoogle-cloud-pubsub-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2Fgoogle-cloud-pubsub-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quipper%2Fgoogle-cloud-pubsub-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quipper","download_url":"https://codeload.github.com/quipper/google-cloud-pubsub-operator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237793796,"owners_count":19367421,"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":["gcp","golang","google-cloud","kubernetes","pubsub"],"created_at":"2024-09-26T02:29:42.079Z","updated_at":"2025-10-23T07:30:24.210Z","avatar_url":"https://github.com/quipper.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# google-cloud-pubsub-operator [![go](https://github.com/quipper/google-cloud-pubsub-operator/actions/workflows/go.yaml/badge.svg)](https://github.com/quipper/google-cloud-pubsub-operator/actions/workflows/go.yaml)\n\nThe Google Cloud Pub/Sub Operator is a Kubernetes operator designed to efficiently manage Google Cloud Pub/Sub Topics and Subscriptions.\n\nGoogle Cloud Pub/Sub is a real-time messaging service provided by Google Cloud Platform that efficiently delivers large volumes of messages from producers to consumers.\nThis operator allows you to manage Pub/Sub resources within your Kubernetes cluster, representing them as Kubernetes resources.\n\n## Installation\n\nTo install this operator,\n\n```sh\nkubectl apply -f https://github.com/quipper/google-cloud-pubsub-operator/releases/download/v0.11.0/google-cloud-pubsub-operator.yaml\n```\n\n## Usage\n\n### Creating a Topic\n\n```yaml\napiVersion: googlecloudpubsuboperator.quipper.github.io/v1\nkind: Topic\nmetadata:\n  name: your-topic\nspec:\n  projectID: your-project\n  topicID: your-topic\n```\n\n### Creating a Subscription\n\n```yaml\napiVersion: googlecloudpubsuboperator.quipper.github.io/v1\nkind: Subscription\nmetadata:\n  name: your-subscription\nspec:\n  subscriptionProjectID: your-project\n  subscriptionID: your-subscription\n\n  topicProjectID: your-project\n  topicID: your-topic\n```\n\n## Contributing\n\nContributions to this project are welcome!\nFor instructions on how to contribute, please see [CONTRIBUTING.md](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquipper%2Fgoogle-cloud-pubsub-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquipper%2Fgoogle-cloud-pubsub-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquipper%2Fgoogle-cloud-pubsub-operator/lists"}