Skip to content

Instantly share code, notes, and snippets.

@bdiegel
Last active August 29, 2015 14:14
Show Gist options
  • Save bdiegel/d129d784f10162bc1820 to your computer and use it in GitHub Desktop.
Save bdiegel/d129d784f10162bc1820 to your computer and use it in GitHub Desktop.
couchbase_bulk_insert
# example of inserting documents from zip file into a couchbase bucket
sudo /opt/couchbase/bin/cbdocloader -u <username> -p <password> -n localhost:8091 -b <bucket> -s 100 ~path/to/data.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment