ClickHouse Node

The idea is:

Hi! Really need a node to work with ClickHouse: https://clickhouse.com/
It’s perfect database for big data

My use case:

Execute an SQL-query, insert and update rows in database

Hey @mokalov3,

As a quick workaround, you can use the Postgresql node for accessing Clickhouse instance if you have the following value set in your config.xml on clickhouse side:

<postgresql_port>9999</postgresql_port>

Hope this helps.

4 Likes

Thank you, it works!