gabrielreid / influxdb-scala

Scala InfluxDB driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

influxdb-scala

Build Status 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 abandonned offical influxdb-scala driver.

Usage

Add this to your build.sbt

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

Some example usage code is available in the tests

snapshots are available at: https://oss.sonatype.org/content/repositories/snapshots

Releases/versioning

sbt-release is used for releases. Use sbt release.

ScalaDoc

Published here on Github Pages with sbt-site and sbt-ghpages. Automatically published as part of release process.

Manually publishing the ScalaDocs can be done with the following command:

$ sbt ghpagesPushSite

About

Scala InfluxDB driver

License:MIT License


Languages

Language:Scala 99.2%Language:HTML 0.8%