influxdb-scala

Maven Central Codacy Badge Scala InfluxDB driver

This is our own implementation that depends on play-ws and play-json. Not to be confused with the abandoned offical influxdb-scala driver.

Usage

Add this to your build.sbt

libraryDependencies ++= Seq(
  // other dependencies here
  "io.waylay.influxdb" %% "influxdb-scala" % "4.0.0"
)

Some example usage code is available in the tests

Cutting a release

We use sbt-dynver in combination with github actions.

All you have to do is create a tag named v#.#.# Snapshots with git hash are also published automatically from master or branches