migration
Installation
SKILL.md
Couchbase Migration
cbimport — Bulk JSON Import
cbimport json is the primary tool for loading JSON data into Couchbase.
Formats
| Format | Description | Flag |
|---|---|---|
lines |
One JSON document per line (JSONL/NDJSON) | --format lines |
list |
A JSON array of documents | --format list |
sample |
Couchbase sample bucket ZIP | --format sample |