(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
(create-database conn database-name)
Creates the database with the given name
Creates the database with the given name
(delete-database conn database-name)
Deletes the database with the given name
Deletes the database with the given name
(measurements conn database-name)
Returns a list of measurements present in a database
Returns a list of measurements present in a database
(ping conn)
Pings the InfluxDB instance. Returns InfluxDB version and response time.
Pings the InfluxDB instance. Returns InfluxDB version and response time.
(query conn query-str)
(query conn query-str database-name)
Executes a database query
Executes a database query
(series conn database-name)
Returns a list of series present in a database
Returns a list of series present in a database
(write-points conn database-name points)
(write-points conn database-name points opts)
Writes points to the database
Writes points to the database
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |