Liking cljdoc? Tell your friends :D

influxdb-clojure.core


connectclj

(connect)
(connect uri)
(connect uri user password)
(connect uri user password opts)

Connects to the given InfluxDB endpoint and returns a connection

Connects to the given InfluxDB endpoint and returns a connection
sourceraw docstring

convert-resultclj

(convert-result result)
source

convert-seriesclj

(convert-series series)
source

create-databaseclj

(create-database conn database-name)

Creates the database with the given name

Creates the database with the given name
sourceraw docstring

databasesclj

(databases conn)

Lists existing databases

Lists existing databases
sourceraw docstring

delete-databaseclj

(delete-database conn database-name)

Deletes the database with the given name

Deletes the database with the given name
sourceraw docstring

measurementsclj

(measurements conn database-name)

Returns a list of measurements present in a database

Returns a list of measurements present in a database
sourceraw docstring

pingclj

(ping conn)

Pings the InfluxDB instance. Returns InfluxDB version and response time.

Pings the InfluxDB instance. Returns InfluxDB version and response time.
sourceraw docstring

queryclj

(query conn query-str)
(query conn query-str database-name)

Executes a database query

Executes a database query
sourceraw docstring

seriesclj

(series conn database-name)

Returns a list of series present in a database

Returns a list of series present in a database
sourceraw docstring

write-pointsclj

(write-points conn database-name points)
(write-points conn database-name points opts)

Writes points to the database

Writes points to the database
sourceraw docstring

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

× close