Last active
August 29, 2015 14:14
-
-
Save bdiegel/d129d784f10162bc1820 to your computer and use it in GitHub Desktop.
couchbase_bulk_insert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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