3.0.0 • Published 6 years ago

hemera-couchbase-store v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Hemera-couchbase-store package

npm styled with prettier

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 couchbase

Visit http://localhost:8091

Dependencies

  • hemera-joi

Install

npm i hemera-couchbase-store --save

API

See Store Interface.

Database specific interface


query

The pattern is:

  • topic: is the store name to publish to couchbase-store
  • cmd: is the command to execute query
  • collection: the name of the table or collection string
  • bucket: the couchbase bucket name string (optional)
  • query: the search criteria string
  • vars: the search variables object (optional)

Example:

hemera.act({
  topic: 'couchbase-store',
  cmd: 'query',
  query: 'SELECT FROM default LIMIT 1'
}, function(err, resp) ...)
3.0.0

6 years ago

2.1.0

6 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.37

7 years ago

1.0.36

7 years ago

1.0.35

7 years ago

1.0.34

7 years ago

1.0.33

7 years ago

1.0.32

7 years ago

1.0.31

7 years ago

1.0.30

7 years ago

1.0.29

7 years ago

1.0.28

7 years ago

1.0.27

7 years ago

1.0.26

7 years ago

1.0.25

7 years ago

1.0.24

7 years ago

1.0.23

7 years ago

1.0.22

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago