3.0.0 • Published 8 years ago

hemera-couchbase-store v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

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

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago