gcp-data

Configure Google Cloud data services for scalable data platforms using gcloud CLI.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/tomz/agent-skills --skill gcp-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gcp-data
Source: https://github.com/tomz/agent-skills/tree/main/gcp-data
Command: npx skills add https://github.com/tomz/agent-skills --skill gcp-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cloud architects and data engineers need a coherent guide to selecting and configuring Google Cloud data services to build scalable data platforms across relational, NoSQL, analytics, and messaging workloads.

Core Features & Use Cases

  • Guidance on selecting and combining Cloud SQL, Firestore, Bigtable, BigQuery, Cloud Storage, Pub/Sub, Dataflow, Spanner, and Memorystore for end-to-end data solutions.
  • Real-world use cases including transactional workloads, analytics pipelines, and event-driven architectures on GCP.
  • Best practices, patterns, and example configurations for provisioning and orchestrating these services with gcloud and CLI tools.

Quick Start

Instantiate and configure GCP data services for a cohesive data platform using CLI commands and architectural patterns.

Frequently Asked Questions about gcp-data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right Google Cloud data service for my workload?

GCP data platform design combines storage like Cloud Storage with compute like Dataflow, messaging via Pub/Sub, and analytics in BigQuery to build scalable end-to-end data pipelines and data lakes.

How do I configure GCP data services using the gcloud CLI?

Configuring scalable data pipelines on GCP involves integrating Pub/Sub for messaging, Dataflow for stream processing, and BigQuery or Bigtable for real-time analytics, using best practices and example CLI commands.

What's the best way to build a scalable data lake on Google Cloud?

For real-time analytics on Google Cloud, use Pub/Sub for event ingestion, Dataflow for stream processing, and BigQuery for querying, applying best practice configuration patterns to integrate the services cohesively.

When should I use Cloud Spanner instead of Cloud SQL for transactional workloads?

Use Cloud Spanner instead of Cloud SQL for transactional workloads requiring horizontal scaling and global consistency, while Cloud SQL suits standard relational database needs with less operational overhead.