bigtable-basics

Automate provisioning, schema design, and querying of Google Bigtable instances.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/ssmleo/govfolio --skill bigtable-basics-ssmleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bigtable-basics
Source: https://github.com/ssmleo/govfolio/tree/main/.agents/skills/bigtable-basics
Command: npx skills add https://github.com/ssmleo/govfolio --skill bigtable-basics-ssmleo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gcloud, cbt, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill aids in the efficient provisioning, schema design, and querying of Bigtable instances and tables, streamlining the development and administration of NoSQL databases.

Core Features & Use Cases

  • Instance/Cluster Provisioning: Automate the creation and management of Bigtable instances and clusters.
  • Schema Design: Guidance on row key and column family design for optimal performance.
  • Querying & Data Manipulation: Execute SQL queries, manipulate data, and perform schema updates.
  • Use Case: For an e-commerce platform, use this Skill to design a Bigtable schema for tracking user interactions and generate SQL queries to extract insights on user behavior.

Quick Start

Use the bigtable-basics skill to create a new Bigtable instance with a single cluster, named 'ecommerce-instance'.

Frequently Asked Questions about bigtable-basics

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

FAQPage Schema
How do I design a Google Bigtable schema for optimal NoSQL query performance?

Designing a Google Bigtable schema for optimal NoSQL performance requires structuring row keys and column families to match data access patterns. This Skill guides you in creating schemas that optimize data storage and retrieval efficiency.

How do I automate provisioning a Google Bigtable instance and cluster?

Automating Google Bigtable provisioning involves creating instances and clusters programmatically. This Skill automates instance and cluster creation using the gcloud and cbt CLI tools to streamline administrative workflows.

Do I need gcloud and cbt installed to manage Google Bigtable instances?

Yes, you need gcloud and cbt installed to manage Google Bigtable instances. These CLI tools are required dependencies for executing the provisioning, schema design, and querying operations automated by this Skill.

Can I use SQL querying to extract insights from NoSQL data in Google Bigtable?

Yes, you can use SQL querying to extract insights from NoSQL data in Google Bigtable. This Skill executes SQL queries to manipulate data, enabling tasks like tracking e-commerce user interactions and generating behavioral insights.

What is the best way to manage Google Bigtable table schemas during development?

The best way to manage Google Bigtable schemas during development is automating updates and data manipulation. This Skill handles schema modifications and querying to streamline NoSQL database administration and development workflows.