An open API service indexing awesome lists of open source software.

https://github.com/allanbunch/node-red-couchbase-api

A set of Node-RED nodes for interfacing with Couchbase services.
https://github.com/allanbunch/node-red-couchbase-api

api couchbase low-code multi-model no-sql node-red vector-store

Last synced: about 2 months ago
JSON representation

A set of Node-RED nodes for interfacing with Couchbase services.

Awesome Lists containing this project

README

        

# @inductiv/node-red-couchbase-api

This package provides you with a set of Node-RED nodes for interfacing with Couchbase services.

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Acknowledgements](#acknowledgements)

## Installation

### Via NPM

```bash
cd $HOME/.node-red
npm i @inductiv/node-red-couchbase-api
```

## Usage

You can find implementations of each node in the [example](./examples/api-examples.json) flow.

Note: Each node's functionality maps to the official Couchbase [REST API reference](https://docs.couchbase.com/server/current/rest-api/rest-intro.html) documentation.

## License

[MIT](./LICENSE).

## Acknowledgements

Made possible by:

- Couchbase Labs: [cb-swagger](https://github.com/couchbaselabs/cb-swagger) project