Skip to main content
GitHub 仓库

agent-skills

agent-skills 收录了来自 couchbaselabs 的 113 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
113
Stars
0
更新
2026-05-18
Forks
0
职业覆盖
6 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

error-handling
软件开发工程师

Couchbase SDK error handling — UnambiguousTimeoutException vs AmbiguousTimeoutException, DocumentNotFoundException, CasMismatchException, DurabilityImpossibleException, SDK debug logging, sdk-doctor connectivity diagnostics, retryable vs non-retryable errors, circuit breaker, error best practices

2026-05-18
sdk-patterns-rust
软件开发工程师

Couchbase SDK patterns for Rust — CAS optimistic locking, retry on CasMismatch, tokio bulk operations with join_all/FuturesUnordered, atomic counters, sub-document (MutateInSpec/LookupInSpec), array operations, exists, replica reads, touch/getAndTouch, preserve_expiry, error handling

2026-05-18
server-connection-rust
软件开发工程师

Configure and optimize Couchbase SDK connections in Rust — async/tokio cluster setup, singleton pattern, wait_until_ready, timeouts, KV CRUD (upsert/insert/get/replace/remove), expiry, durability, sub-document operations

2026-05-18
server-querying-rust
软件开发工程师

SQL++ queries with the Couchbase Rust SDK — scope.query, cluster.query, positional and named parameters, scan consistency, deserializing rows into structs, DML (INSERT/UPDATE/DELETE/UPSERT), MutationState RYOW

2026-05-18
testing-patterns-rust
软件质量保证分析师与测试员

Testing Couchbase Rust applications — unit testing with mockall, integration testing with testcontainers-rs, scope/collection isolation

2026-05-18
transactions-rust
软件开发工程师

Distributed ACID transactions are not supported by the Couchbase Rust SDK 1.x — alternatives and workarounds

2026-05-18
couchbase
软件开发工程师

Entry point for all Couchbase questions — routes to the right skill based on topic and language. Use for any question about Couchbase SDK connection, querying, search, transactions, analytics, field-level encryption, testing, mobile, caching, eventing, Kafka, XDCR, backup, security, or data modeling.

2026-05-13
getting-started
软件开发工程师

Introduction to Couchbase for new developers — mental model, core concepts (bucket/scope/collection/document), service map (KV vs SQL++ vs Search vs Analytics), choosing the right skill, and where to start

2026-05-13
analytics-dotnet
软件开发工程师

Couchbase Analytics Service (CBAS) for .NET — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)

2026-05-13
analytics-go
软件开发工程师

Couchbase Analytics Service (CBAS) for Go — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)

2026-05-13
analytics-java
软件开发工程师

Couchbase Analytics Service (CBAS) for Java — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)

2026-05-13
analytics-nodejs
软件开发工程师

Couchbase Analytics Service (CBAS) for Node.js — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)

2026-05-13
analytics-php
软件开发工程师

Couchbase Analytics Service (CBAS) for PHP — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)

2026-05-13
analytics-python
软件开发工程师

Couchbase Analytics Service (CBAS) for Python — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)

2026-05-13
analytics-ruby
软件开发工程师

Couchbase Analytics Service (CBAS) for Ruby — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)

2026-05-13
analytics-rust
软件开发工程师

The Analytics Service is not supported by the Couchbase Rust SDK 1.0 — alternatives and workarounds

2026-05-13
analytics-scala
软件开发工程师

Couchbase Analytics Service (CBAS) for Scala — run OLAP queries, window functions, and external data links without impacting operational workloads (Server 6.x–7.x; use columnar-analytics for Server 8+)

2026-05-13
app-services
软件开发工程师

Couchbase Capella App Services — managed Sync Gateway for mobile and edge sync, App Endpoint configuration, access control, user management, and the App Services Management API

2026-05-13
backup
网络与计算机系统管理员

Backup and restore Couchbase clusters using cbbackupmgr — configure backup repositories, run incremental backups, merge, restore, and back up to cloud object storage (S3, GCS, Azure)

2026-05-13
caching-patterns
软件开发工程师

Couchbase as a cache — TTL/expiry, cache-aside pattern, write-through, get_and_touch, ephemeral buckets, session storage, rate limiting with atomic counters, replacing Redis/Memcached with Couchbase

2026-05-13
capella-quickstart
软件开发工程师

Get started with Couchbase Capella (DBaaS) — sign up for free tier, create a cluster, allowlist your IP, create database credentials, get the connection string, load travel-sample, run first query in the Query Workbench

2026-05-13
capella
软件开发工程师

Couchbase Capella (DBaaS) — connect to Capella clusters, manage database credentials, provision infrastructure with Terraform, and understand Capella-specific differences from self-managed Couchbase Server

2026-05-13
cluster-ops
网络与计算机系统管理员

Couchbase cluster operations — replica configuration, failover, rebalance, server groups, and Multi-Dimensional Scaling (MDS)

2026-05-13
columnar-analytics
数据库架构师

Couchbase Server 8.x columnar analytics — native column store for OLAP queries, direct collection access without shadow datasets, SQL++ analytics queries, and migration from legacy CBAS

2026-05-13
disaster-recovery
网络与计算机系统管理员

Couchbase disaster recovery — RTO/RPO planning, XDCR active-passive and active-active topologies, backup-based recovery, failover runbooks, and recovery testing

2026-05-13
eventing
软件开发工程师

Couchbase Eventing Service — write, deploy, and troubleshoot Eventing Functions that react to document mutations in real time

2026-05-13
fle-dotnet
信息安全分析师

Field-Level Encryption with the Couchbase .NET SDK — CryptoManager setup, [EncryptedField] attribute, encrypting and decrypting document fields

2026-05-13
fle-go
信息安全分析师

Field-Level Encryption with the Couchbase Go SDK — CryptoManager setup, encrypting and decrypting document fields

2026-05-13
fle-java
软件开发工程师

Field-Level Encryption with the Couchbase Java SDK — CryptoManager setup, @Encrypted annotation, encrypting and decrypting document fields

2026-05-13
fle-nodejs
软件开发工程师

Field-Level Encryption with the Couchbase Node.js SDK — CryptoManager setup, encrypting and decrypting document fields

2026-05-13
fle-php
软件开发工程师

Field-Level Encryption with the Couchbase PHP SDK — CryptoManager setup, encrypting and decrypting document fields

2026-05-13
fle-python
软件开发工程师

Field-Level Encryption with the Couchbase Python SDK — CryptoManager setup, encrypting and decrypting document fields, key rotation

2026-05-13
fle-ruby
软件开发工程师

Field-Level Encryption is not supported by the Couchbase Ruby SDK 3.x — alternatives and workarounds

2026-05-13
fle-rust
软件开发工程师

Field-Level Encryption is not supported by the Couchbase Rust SDK 1.0 — alternatives and workarounds

2026-05-13
fle-scala
软件开发工程师

Field-Level Encryption is not supported by the Couchbase Scala SDK — alternatives and workarounds

2026-05-13
fle
软件开发工程师

Field-Level Encryption (FLE) in Couchbase — client-side encryption of specific document fields before writing to the server, supported SDKs, key management

2026-05-13
kafka
软件开发工程师

Integrate Couchbase with Apache Kafka using the Kafka Connect Couchbase connector

2026-05-13
local-dev-setup
软件开发工程师

Run Couchbase locally for development — Docker Compose setup, cluster initialization, loading travel-sample, Query Workbench, first KV operation and SQL++ query

2026-05-13
migration
软件开发工程师

Migrate data and schemas to Couchbase from relational databases (PostgreSQL, MySQL), MongoDB, or DynamoDB

2026-05-13
mobile-android
数据库架构师

Couchbase Lite for Android — installation (Kotlin/Java, Gradle), database and collection setup, CRUD operations, local SQL++ queries with QueryBuilder and SQL++ string API, live queries, full-text search, blob storage, database encryption, replication to Sync Gateway or Capella App Services

2026-05-13
当前展示该仓库 Top 40 / 113 个已收集 skills。