Skip to main content
Dépôt GitHub

agent-skills

agent-skills contient 113 skills collectées depuis couchbaselabs, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
113
Stars
0
mis à jour
2026-05-18
Forks
0
Couverture métier
6 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

error-handling
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-05-18
transactions-rust
Développeurs de logiciels

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

2026-05-18
couchbase
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-05-13
analytics-scala
Développeurs de logiciels

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
Développeurs de logiciels

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
Administrateurs de réseaux et de systèmes informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Administrateurs de réseaux et de systèmes informatiques

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

2026-05-13
columnar-analytics
Architectes de bases de données

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
Administrateurs de réseaux et de systèmes informatiques

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
Développeurs de logiciels

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

2026-05-13
fle-dotnet
Analystes en sécurité de l'information

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

2026-05-13
fle-go
Analystes en sécurité de l'information

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

2026-05-13
fle-java
Développeurs de logiciels

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

2026-05-13
fle-nodejs
Développeurs de logiciels

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

2026-05-13
fle-php
Développeurs de logiciels

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

2026-05-13
fle-python
Développeurs de logiciels

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

2026-05-13
fle-ruby
Développeurs de logiciels

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

2026-05-13
fle-rust
Développeurs de logiciels

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

2026-05-13
fle-scala
Développeurs de logiciels

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

2026-05-13
fle
Développeurs de logiciels

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
Développeurs de logiciels

Integrate Couchbase with Apache Kafka using the Kafka Connect Couchbase connector

2026-05-13
local-dev-setup
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-05-13
mobile-android
Architectes de bases de données

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
Affichage des 40 principaux skills collectés sur 113 dans ce dépôt.