0.1.2 • Published 2 years ago

n8n-nodes-iris v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

n8n-nodes-iris

This is an n8n community node. It lets you use InterSystems IRIS in your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Local Demo
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Execute Query - any plain SQL Queries, with dynamic parameters
  • Insert - insert to spcified existing table, and with ability to link data to spcified columns

Credentials

Standard InterSystems IRIS authentication required. Encrypted SSL connection not supported, yet.

Compatibility

It was tested on n8n version 0.193. Supports any version of InterSystems IRIS.

Usage

Try it out documentation from n8n

Local Demo

Clone this repo, and start demo environment with docker-compose

git clone https://github.com/caretdev/n8n-nodes-iris.git
cd n8n-nodes-iris
docker-compose up -d

When all started go to http://localhost:5678/workflow/1

screenshot result.xlsx from the demo may appear in data folder of this project

Resources