influxdb/influxdb-clojure

Minimalistic InfluxDB client for Clojure, implemented as a wrapper around the InfluxDB Java client. Compatible with InfluxDB >= 0.9.

Leiningen/Boot

[influxdb/influxdb-clojure "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

influxdb/influxdb-clojure {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("influxdb:influxdb-clojure:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>influxdb</groupId>
  <artifactId>influxdb-clojure</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>