couchbase-bucket-creator
v1.0.0
Published
Utility for creating couchbase buckets
Downloads
4
Readme
couchbase-bucket-creator
Utility for creating sets of couchbase buckets
bin/couchbase-bucket-creator --cluster couchbase://administrator:password@localhost --buckets ./buckets.json
where buckets.json is an array of bucket arguments
[
{
"name": "default",
"authType": "sasl",
"bucketType": "couchbase",
"ramQuotaMB": 512,
"replicaNumber": 0
}
]