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.
- Host: GitHub
- URL: https://github.com/allanbunch/node-red-couchbase-api
- Owner: allanbunch
- License: mit
- Created: 2023-10-21T21:41:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-22T23:30:51.000Z (over 1 year ago)
- Last Synced: 2025-02-17T11:49:31.701Z (2 months ago)
- Topics: api, couchbase, low-code, multi-model, no-sql, node-red, vector-store
- Language: JavaScript
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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