3.0.0 • Published 8 years ago
hemera-couchbase-store v3.0.0
Hemera-couchbase-store package
This is a plugin to use Couchbase with Hemera.
Windows
Requires to set npm config set msvs_version 2013 to build the package
Start Couchbase with Docker
docker run -d --name db -p 8091-8094:8091-8094 -p 11210:11210 couchbaseVisit http://localhost:8091
Dependencies
- hemera-joi
Install
npm i hemera-couchbase-store --saveAPI
See Store Interface.
Database specific interface
query
The pattern is:
topic: is the store name to publish tocouchbase-storecmd: is the command to executequerycollection: the name of the table or collectionstringbucket: the couchbase bucket namestring(optional)query: the search criteriastringvars: the search variablesobject(optional)
Example:
hemera.act({
topic: 'couchbase-store',
cmd: 'query',
query: 'SELECT FROM default LIMIT 1'
}, function(err, resp) ...)3.0.0
8 years ago
2.1.0
8 years ago
2.0.1
8 years ago
2.0.0
8 years ago
1.0.37
8 years ago
1.0.36
8 years ago
1.0.35
8 years ago
1.0.34
8 years ago
1.0.33
8 years ago
1.0.32
8 years ago
1.0.31
8 years ago
1.0.30
8 years ago
1.0.29
8 years ago
1.0.28
8 years ago
1.0.27
8 years ago
1.0.26
8 years ago
1.0.25
8 years ago
1.0.24
8 years ago
1.0.23
8 years ago
1.0.22
8 years ago
1.0.21
8 years ago
1.0.20
8 years ago
1.0.19
8 years ago
1.0.18
9 years ago
1.0.17
9 years ago
1.0.16
9 years ago
1.0.15
9 years ago
1.0.14
9 years ago
1.0.13
9 years ago
1.0.12
9 years ago
1.0.11
9 years ago
1.0.10
9 years ago
1.0.9
9 years ago
1.0.8
9 years ago
1.0.7
9 years ago
1.0.6
9 years ago
1.0.5
9 years ago
1.0.4
9 years ago
1.0.3
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago