arch.cloud.gcp
Это содержимое пока не доступно на вашем языке.
Package arch.cloud.gcp · Version 0.1.0
The Google Cloud Platform catalog as ArchLang types. Covers compute
(gce, app_engine, cloud_run), containers (gke), serverless
(cloud_functions), databases (cloud_sql, spanner, firestore,
bigtable, bigquery, …), messaging (pubsub, dataflow, eventarc,
managed_kafka), networking (vpc, cloud_dns, cloud_cdn,
cloud_load_balancing, api_gateway), and storage (gcs,
persistent_disk, filestore).
Kinds follow a provider → category → service hierarchy and carry GCP
branding via the badge widget. Import the services you use, e.g.
use cloud_sql, pubsub, gcs from arch.cloud.gcp.
| Type | Extends | Description |
|---|---|---|
gce | gcp_compute | Compute Engine — configurable virtual machines, the general-purpose workhorse. |
app_engine | gcp_compute | Fully managed platform that runs web apps from source with autoscaling. |
cloud_functions | gcp_serverless | Event-driven functions that run on demand with no servers to manage. |
cloud_run | gcp_serverless | Serverless containers — runs any stateless container image, scaling to zero. |
gke | gcp_containers | Google Kubernetes Engine — managed Kubernetes clusters. |
artifact_registry | gcp_registry | Private registry for container images and language packages. |
cloud_sql | gcp_relational | Managed Postgres, MySQL, or SQL Server with backups and replication. |
alloydb | gcp_relational | Postgres-compatible engine tuned for high-performance transactional and analytical workloads. |
spanner | gcp_relational | Globally distributed relational database with strong consistency and horizontal scale. |
firestore | gcp_document | Serverless document database with real-time sync and offline support. |
datastore | gcp_document | Firestore in Datastore mode — scalable document store for server workloads. |
bigtable | gcp_nosql | Wide-column NoSQL for high-throughput, low-latency workloads. |
memorystore | gcp_cache | Managed Redis or Memcached for in-memory caching. |
bigquery | gcp_warehouse | Serverless data warehouse for fast SQL analytics over petabyte-scale datasets. |
pubsub | gcp_topic | Global pub/sub messaging for event ingestion and fan-out. |
pubsub_lite | gcp_topic | Lower-cost, zonal pub/sub for predictable high-volume workloads. |
dataflow | gcp_stream | Managed Apache Beam for unified batch and streaming data processing. |
eventarc | gcp_events | Routes events from Google services and custom sources to event-driven targets. |
managed_kafka | gcp_broker | Fully managed Apache Kafka clusters. |
vpc | gcp_network | Global virtual network with subnets, firewall rules, and routing. |
cloud_nat | gcp_network | Managed NAT giving private instances outbound internet access. |
cloud_dns | gcp_dns | Managed authoritative DNS with health checks and latency-based routing. |
cloud_cdn | gcp_cdn | Edge caching that fronts load balancers to serve content close to users. |
cloud_load_balancing | gcp_loadbalancer | Global and regional load balancing across layers 4 and 7. |
api_gateway | gcp_gateway | Managed gateway for securing, monitoring, and routing API traffic. |
gcs | gcp_object_storage | Cloud Storage — durable object storage with multiple storage classes. |
persistent_disk | gcp_storage | Network block storage attached to Compute Engine VMs. |
filestore | gcp_storage | Managed NFS file shares for applications needing a file system. |
See also: package.archspace reference · The standard library.