agentsclimarketplace

Couchbase columnar

Skill celticht32/Couchbase-Skills-for-Claude.ai/skills/couchbase/couchbase-columnar

This is a collection of skills I have created for Couchbase for Claude.ai

Install
npx -y skills add celticht32/Couchbase-Skills-for-Claude.ai --skill couchbase-columnar

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Design and use Couchbase Capella Analytics (formerly Capella Columnar), the standalone columnar analytics database service on Capella. Use whenever the user asks about Capella Analytics, Capella Columnar, columnar analytics, an Analytics instance, Capella Analytics vs the operational Analytics Service, Analytics collections, links to operational data, Analytics SQL++, pricing, when to use standalone Capella Analytics vs the embedded Analytics Service, or 'I need to run analytical queries on my Couchbase data.' Distinct from the cb-analytics-* skills (which cover the Couchbase Analytics Service embedded in Couchbase Server / Capella operational clusters) — Capella Analytics is a separate, standalone columnar database product on Capella. Use proactively when the user needs OLAP-scale analytics, BI tool integration, or columnar storage for analytical workloads.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.8 KB, as published. Nobody here has run it

Couchbase Capella Analytics

A skill for designing and using Couchbase Capella Analytics — the standalone columnar analytics database product on Capella.

Naming: Couchbase formally rebranded Capella Columnar to Capella Analytics. This skill uses "Capella Analytics" for the product. The lowercase word "columnar" still appears where it describes the underlying storage format (columnar storage), and some API/endpoint names retain "Columnar" (e.g. Columnar Analytics Cluster) — those are left as-is where they are literal identifiers.

Distinct from the cb-analytics-* skills, which cover the Analytics Service embedded within Couchbase Server / Capella operational clusters. These are different products:

Analytics Service (embedded)Capella Analytics (standalone)
What it isAnalytics service co-located with an operational clusterStandalone columnar database, separate instance
Where it runsOn Analytics nodes of an operational clusterSeparate Capella Analytics instance on Capella
Data ingestionDCP-based streaming from the operational clusterLinks to Capella operational cluster, S3, or external sources
StorageRow-oriented (same as operational)True columnar storage
Best forAd-hoc analytics alongside operational workloadsOLAP, BI tools, large analytical queries
Skillscb-analytics-*This skill

When this skill applies

  • "What's Capella Analytics (Capella Columnar)?"
  • "Should I use standalone Capella Analytics or the embedded Analytics Service?"
  • "How do I connect Capella Analytics to my operational Capella cluster?"
  • "How do I connect a BI tool (Tableau, Power BI, Looker) to Couchbase?"
  • "How do I query JSON data in Capella Analytics?"
  • "What's the difference between Analytics collections and operational collections?"

Pick the right reference

QuestionRead
"Capella Analytics architecture, when to use it vs the embedded Analytics Service"references/architecture.md
"Connecting data sources, querying, BI tool integration"references/usage.md

Core principle: Capella Analytics is for OLAP, not OLTP

Capella Analytics is optimized for analytical queries — large scans, aggregations, GROUP BY, window functions, JOINs across large datasets. It is not a replacement for the operational cluster. Transactional writes (your application's reads/writes) still go to the operational cluster. Capella Analytics receives data via links and stores it in columnar format for efficient analytical access.

Related skills

  • cb-analytics-* — the Analytics Service embedded in operational clusters (different product)
  • couchbase-capella — provisioning the operational Capella cluster that Capella Analytics links to
  • couchbase-sqlpp-tuning — SQL++ query patterns apply to Capella Analytics with minor differences

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.