1.0.0 • Published 9 years ago

couchbase-bucket-creator v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

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
   }
]