Liking cljdoc? Tell your friends :D

influx.core


db-queryclj

source

db-query-requestclj

(db-query-request conf db query)
(db-query-request conf db query pretty)

Appending pretty=true to the URL enables pretty-printed JSON output. While this is useful for debugging or when querying directly with tools like curl, it is not recommended for production use as it consumes unnecessary network bandwidth.

Appending pretty=true to the URL enables pretty-printed JSON output.
While this is useful for debugging or when querying directly with tools like curl,
it is not recommended for production use as it consumes unnecessary network bandwidth.
sourceraw docstring

endpoint-from-confclj

(endpoint-from-conf conf path)

Constructs the full endpoint of the InfluxDB instance

Constructs the full endpoint of the InfluxDB instance
sourceraw docstring

queryclj

source

raw-query-requestclj

(raw-query-request conf q)

Performs a simple raw query against InfluxDB

Performs a simple raw query against InfluxDB
sourceraw docstring

run-request!clj

(run-request! req)

Runs a HTTP request returning only the body

Runs a HTTP request returning only the body
sourceraw docstring

writeclj

(write conf db line)
source

write-batchclj

source

write-data-requestclj

(write-data-request conf db lines)

Post multiple points to multiple series at the same time by separating each point with a new line. Batching points in this manner results in much higher performance.

Post multiple points to multiple series at the same time by separating each point with a new line.
Batching points in this manner results in much higher performance.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close