November 2015
Beginner to intermediate
248 pages
5h 24m
English
Often, an administrator needs to upload data to the database from a different system or, at the time of database migration, from one system to another system. Couchbase provides the cbdocloader tool to upload a group of JSON documents. These can be a directory or a ZIP file. The following command uploads JSON documents contained in books.zip to LCBucket:
cbdocloader -n localhost:8091 -u Administrator -p root123 -b LCBucket books.zip
Read now
Unlock full access