Git Product home page Git Product logo

n8n-nodes-couchbase's Introduction

N8N Nodes Couchbase

The Couchbase node allows you to automate documents in Couchbase. n8n has built-in support for a wide range of Couchbase features, including executing, inserting, updating, removing, importing, querying and finding documents. n8n is a free and source-available workflow automation platform.

Use this connector

To install a community node in your n8n instance :

		•	Go to Settings > Community Nodes :
		•	Select 'Install a community node'
		•	Type in "n8n-nodes-couchbase" and hit Install

For more information on installing community nodes, visit the Community nodes docs page.

Features

		•	Create documents
		•	Read documents
		•	Update documents
		•	Delete documents
		•	Import documents
		•	Query documents

Couchbase Credentials

Create a Couchbase account and you will need to input the following:

		•	Connection String

			1.	Couchbase Server, you can use this connection string couchbase://127.0.0.1/?connectionTimeout=1200

			2.	Couchbase Capella, you can navigate to the tab named Connect and copy the connection string.

		•	Username
		•	Password
		•	Bucket
		•	Scope
		•	Collection

Those credentials are needed in order for you to connect to Couchbase.

Example Usage

This workflow allows you to insert a document into a Couchbase. This example usage workflow would use the following three nodes. - Start - Set - Couchbase

The final workflow should look like the following image.

image
  1. Start node The start node exists by default when you create a new workflow.

  2. Set node

    	1.	Click on the Add Value button and select 'String' from the dropdown list.
    	2.	Enter the Property Name of the Value in the Name field.
    	3.	Enter the value for the name in the Value field.
    	4.	Click on Execute Node to run the node.
    
  3. Couchbase node (Inserting Data)

    	1.	Select 'Insert' from the Operation dropdown list.
    	2.	You will have to enter credentials for the Couchbase. Click the Couchbase Node and enter your credentials.
    	3.	At the bottom, enter the value that you want to insert in Couchbase.
    	4.	Click on Execute Node to run the node.
    

n8n-nodes-couchbase's People

Contributors

maruakinu avatar ldoguin avatar

Stargazers

Shawn Charles avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.