2 Repos
Example code snippets demonstrating how to use cloud platform services and APIs from applications.
Distinguishing note: No candidate covers the concept of cloud platform code samples; candidates are OIDC integrations, resource audits, or learning resources.
Explore 2 awesome GitHub repositories matching education & learning resources · Cloud Platform Code Samples. Refine with filters or upvote what's useful.
This repository is a collection of Python code examples that demonstrate how to use Google Cloud Platform services and APIs. Each sample is organized as a self-contained directory with its own dependencies, making it independently runnable and testable. The samples rely on Google's auto-generated Python client libraries and standardize invocation through command-line argument parsing, with configuration read from environment variables for portability across development and CI environments. The examples cover authentication setup using the gcloud CLI, along with practical demonstrations for se
Provides example code snippets demonstrating how to use Google Cloud Platform services and APIs from Python applications.
Dieses Projekt ist eine Sammlung von Referenzimplementierungen und Codebeispielen für die Integration von Google Cloud-Diensten unter Verwendung der Programmiersprache Go. Es dient als Bibliothek für Cloud-Service-Integration und als Development Kit, das sofort einsatzbereite Implementierungsmuster bereitstellt, um die Erstellung Cloud-nativer Software zu beschleunigen. Das Repository deckt die Implementierung von Cloud-APIs und die Service-Orchestrierung ab und bietet strukturelle Vorlagen für die Verbindung von Anwendungen mit Cloud-basierter Infrastruktur. Es bietet modulare Beispiele, die nach spezifischer Produktfunktionalität organisiert sind, um die Integration verschiedener Google Cloud-Dienste zu leiten. Die Codebasis enthält Muster für die Cloud-Entwicklung mit Fokus auf Request-Handling und die Koordination mehrerer Cloud-basierter Dienste.
Provides a collection of reference implementations and code samples for integrating Google Cloud services.