‹ 首页

alloydb-basics

@google · 收录于 1 周前 · 上游提交 昨天★ 社区精选

Manages clusters, instances, and backups for AlloyDB for PostgreSQL, and integrates with AlloyDB model context protocol (MCP) tools for automated database operations.

适合你,如果管理 AlloyDB 数据库并希望自动化日常运维

/ 通过 npx 安装 校验哈希
npx oh-my-skill add google/skills/alloydb-basics
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- google/skills/alloydb-basics
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify google/skills/alloydb-basics
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
GitHub stars
~441最小装载
~3.7K含声明引用
~3.7K文本包总量
索引托管

怎么用

技能原文 SKILL.md作者撰写 · Apache-2.0 · 927b745

AlloyDB Basics

AlloyDB for PostgreSQL is a managed, PostgreSQL-compatible database service designed for enterprise-grade performance and availability. It utilizes a disaggregated compute and storage architecture to scale resources independently. It also provides AlloyDB AI, a collection of features that includes AI-powered search (vector, hybrid search, and AI functions), natural language capabilities, conversational analytics, and inference features like forecasting and model endpoint management to help developers build AI apps faster.

Quick Start
  1. Enable the AlloyDB API:

``bash gcloud services enable alloydb.googleapis.com --quiet ``

  1. Create a Cluster:

``bash gcloud alloydb clusters create my-cluster --region=us-central1 \ --password=my-password --network=my-vpc \ --quiet ``

Note: For production, we recommend using IAM database authentication instead of passwords. If passwords must be used, use secure secret management (e.g., Secret Manager) instead of passing passwords in cleartext.

  1. Create a Primary Instance:

``bash gcloud alloydb instances create my-primary --cluster=my-cluster \ --region=us-central1 --instance-type=PRIMARY --cpu-count=2 \ --quiet ``

Reference Directory
  • [Core Concepts](references/core-concepts.md): Architecture, disaggregated storage, and performance features.
  • [CLI Usage](references/cli-usage.md): Essential gcloud alloydb commands for cluster and instance management.
  • [Client Libraries & Connectors](references/client-library-usage.md): Connecting to AlloyDB using Python, Java, Node.js, and Go.
  • [MCP Usage](references/mcp-usage.md): Using the AlloyDB remote MCP server and Gemini CLI extension.
  • [Infrastructure as Code](references/iac-usage.md): Terraform configuration and deployment examples.
  • [IAM & Security](references/iam-security.md): Predefined roles, service agents, and database authentication.

If you need product information not found in these references, use the Developer Knowledge MCP server search_documents tool.

按 Apache-2.0 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。