Short Description
Short description is empty for this repo.
Full Description
Couchbase Cloud Benchmarking
A module to benchmark various clouds by loading and accessing a large dataset in a Couchbase cluster.
Using
It can be run in a variety of environments:
- On Joyent Triton in Docker containers: See clustered-couchbase-in-containers repo.
- On Joyent Triton in an infrastructure container: documentation to be developed.
- As a generic Docker container
docker run -it -e "COUCHBASE_HOST=192.168.130.55" misterbisson/couchbase-cloud-benchmark
.
Building
Be sure you have everything, including the git submodule content:
git submodule update --init --recursive
Then build the image:
docker build....