Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 952 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 952 Bytes

Couchbase Benchmarking Tool for NodeJS

Benchmarking tool to benchmark N1QL queries in Couchbase using NodeJS

Prerequisites:

To run:

  1. Download the Dev Preview for N1QL
  2. Add a bunch of data to a Couchbase bucket, and create a production view with whatever you want
  3. Inside config.js, make sure the configuration is correct, including editing the query to make it equivalent to the view
  4. In a separate terminal in the directory you installed the dev preview, run ./cbq-engine -couchbase http://host:8091/ (This enables N1QL support for the Couchbase server)
  5. In the project root, node ./couchbase.js