Skip to content

Benchmarking tool to benchmark N1QL queries in Couchbase using NodeJS

Notifications You must be signed in to change notification settings

sbl03/couchbase-n1ql-benchmark-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Benchmarking tool to benchmark N1QL queries in Couchbase using NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published