influxdb-scala


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

io.waylay.influxdb
ArtifactId

ArtifactId

influxdb-scala_2.11
Last Version

Last Version

2.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

influxdb-scala
influxdb-scala
Project URL

Project URL

https://github.com/waylayio/influxdb-scala
Project Organization

Project Organization

io.waylay.influxdb
Source Code Management

Source Code Management

https://github.com/waylayio/influxdb-scala

Download influxdb-scala_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/io.waylay.influxdb/influxdb-scala_2.11/ -->
<dependency>
    <groupId>io.waylay.influxdb</groupId>
    <artifactId>influxdb-scala_2.11</artifactId>
    <version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.waylay.influxdb/influxdb-scala_2.11/
implementation 'io.waylay.influxdb:influxdb-scala_2.11:2.2.1'
// https://jarcasting.com/artifacts/io.waylay.influxdb/influxdb-scala_2.11/
implementation ("io.waylay.influxdb:influxdb-scala_2.11:2.2.1")
'io.waylay.influxdb:influxdb-scala_2.11:jar:2.2.1'
<dependency org="io.waylay.influxdb" name="influxdb-scala_2.11" rev="2.2.1">
  <artifact name="influxdb-scala_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.waylay.influxdb', module='influxdb-scala_2.11', version='2.2.1')
)
libraryDependencies += "io.waylay.influxdb" % "influxdb-scala_2.11" % "2.2.1"
[io.waylay.influxdb/influxdb-scala_2.11 "2.2.1"]

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.typesafe.play : play-json_2.11 jar 2.7.2
com.typesafe.play : play-ws_2.11 jar 2.7.1
org.slf4j : slf4j-api jar 1.7.12
org.slf4j : jcl-over-slf4j jar 1.7.12

test (9)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.7
org.specs2 : specs2-core_2.11 jar 3.9.2
org.specs2 : specs2-junit_2.11 jar 3.9.2
com.whisk : docker-testkit-specs2_2.11 jar 0.9.8
com.whisk : docker-testkit-impl-spotify_2.11 jar 0.9.8
com.typesafe.play : play-ahc-ws-standalone_2.11 jar 2.0.3
com.typesafe.play : play-ahc-ws_2.11 jar 2.7.1
org.scalatest : scalatest_2.11 jar 3.0.1
com.whisk : docker-testkit-scalatest_2.11 jar 0.9.8

Project Modules

There are no modules declared in this project.

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 abandoned 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
io.waylay.influxdb

waylay.io

Orchestration platform for the Internet of Things

Versions

Version
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.0.7
1.0.6
1.0.5