3 个仓库
Integrations and connectivity patterns specifically for Google Cloud Platform services.
Distinct from Google Cloud OIDC Integrations: The candidates focus on narrow aspects like OIDC or Monitoring rather than general GCP service integration.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Google Cloud Integrations. Refine with filters or upvote what's useful.
本项目是一套使用 Go 编程语言集成 Google Cloud 服务参考实现和代码示例的集合。它作为云服务集成库和开发工具包,提供现成的实现模式以加速云原生软件的创建。 该仓库涵盖云 API 实现和服务编排,提供用于将应用连接到云基础设施的结构化模板。它提供按特定产品功能组织的模块化示例,以指导各种 Google Cloud 服务的集成。 该代码库包含云开发模式,专注于请求处理和多个云服务之间的协调。
Provides a comprehensive set of implementation patterns for integrating diverse Google Cloud services.
Google Cloud Go Client Library 是一套 Go 语言包和软件开发工具包,用于与 Google Cloud 平台服务及 API 进行交互。它为 Go 应用程序提供了通过简化的语言模式和自动化的 API 请求处理来集成云服务终端的主要途径。 该项目包含用于通过服务账号、API 密钥和基于环境的凭据解析来管理身份和访问权限的专用库。它还提供用于程序化资源编排以及部署和管理无服务器函数、容器化作业和可扩展 Web 服务的专用 SDK。 该库的覆盖范围涵盖了跨关系型数据库、NoSQL 和对象存储的云数据管理,以及虚拟机和容器的基础设施编排。它还通过日志捕获和错误跟踪,为生成式 AI 开发、大规模数据分析和云应用监控提供了工具。
Ships a comprehensive set of Go packages for integrating applications with Google Cloud platform APIs.
This project is a collection of Go packages and a programmatic interface for interacting with Google services and Google Cloud resources via REST APIs. It functions as a client library and SDK that transforms raw HTTP requests into structured Go function calls. The library utilizes discovery-based client generation to create type-safe clients from API discovery documents. It separates the acquisition of authorization tokens from the request logic through a token-source based authentication model. The project covers identity management and authentication via OAuth 2.0, service accounts, and A
Supplies Go-specific client libraries for managing Google Cloud resources and services.