0.0.1 • Published 1 year ago

n8n-nodes-clickhouse v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

n8n-nodes-clickhouse

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

ClickHouse is a fast open-source column-oriented database management system that allows generating analytical data reports in real-time using SQL queries.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

Query

Query SQL has to be provided. Rows are return as items.

Insert

Items are insert batch into user-specified table.

Credentials

In order to connect to ClickHouse, you have to configure credentials with HTTP URL (only HTTP protocol is supported) and user credentials.

Compatibility

Tested with 0.219.x.

Resources

TODOs