package
Version:
v0.194.1
Opens a new window with list of versions in this module.
Published: Apr 17, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
ClickHouse Flux Package
Use this package to interact with ClickHouse HTTP APIs.
clickhouse.query
clickhouse.query
executes a POST query against a ClickHouse HTTP Interface.
Parameters:
Name |
Type |
Description |
url |
string |
ClickHouse HTTP/S URL. Default http://127.0.0.1:8123 |
query |
string |
ClickHouse query to execute. |
limit |
string |
Query limit. Default is 100. |
max_bytes |
string |
Query stepping. Default is 10000000. |
format |
string |
Query output format. Default CSVWithNames |
Example:
import "contrib/qxip/clickhouse"
clickhouse.query(
url: "https://play@play.clickhouse.com",
query: "SELECT version()"
)
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.