influxdb: Haskell client library for InfluxDB

[ bsd3, database, library ] [ Propose Tags ]

influxdb is a Haskell client library for InfluxDB.

Read Database.InfluxDB for a quick start guide.


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
examples

Build examples

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Versions [RSS] 0.0.0, 0.1.0, 0.1.0.1, 0.2.0, 0.2.0.1, 0.2.1, 0.2.1.1, 0.2.2, 0.3.0, 0.3.0.1, 0.4.0, 0.4.1, 0.4.2, 0.5.0, 0.5.1, 0.6.0, 0.7.0, 0.7.1, 0.7.1.1, 0.8.0, 0.9.0, 0.9.0.1, 0.9.1, 0.9.1.1, 0.9.1.2, 0.9.1.3, 0.10.0, 1.0.0, 1.1.0, 1.1.1, 1.1.2, 1.1.2.1, 1.1.2.2, 1.2.0, 1.2.1, 1.2.2, 1.2.2.1, 1.2.2.2, 1.2.2.3, 1.3.0, 1.3.0.1, 1.4.0, 1.5.0, 1.5.1, 1.5.2, 1.6.0, 1.6.0.1, 1.6.0.2, 1.6.0.3, 1.6.0.4, 1.6.0.5, 1.6.0.6, 1.6.0.7, 1.6.0.8, 1.6.0.9, 1.6.1, 1.6.1.1, 1.6.1.2, 1.6.1.3, 1.7.0, 1.7.1, 1.7.1.1, 1.7.1.2, 1.7.1.3, 1.7.1.4, 1.7.1.5, 1.7.1.6, 1.8.0, 1.9.0, 1.9.1, 1.9.1.1, 1.9.1.2, 1.9.2, 1.9.2.1, 1.9.2.2, 1.9.3, 1.9.3.1
Change log CHANGELOG.md
Dependencies aeson (>=0.7 && <1.5), attoparsec (<0.14), base (>=4.8 && <4.12), bytestring (>=0.10 && <0.11), clock (>=0.7 && <0.8), containers (>=0.5 && <0.6), foldl (>=1.1.3 && <1.5), http-client (>=0.5 && <0.6), http-types (>=0.8.6 && <0.13), influxdb, lens (>=4.9 && <4.17), mwc-random, network (>=2.6 && <2.8), optional-args (>=1.0 && <1.1), scientific (>=0.3.3 && <0.4), tagged (>=0.1 && <0.9), text (<1.3), time (>=1.5 && <1.10), unordered-containers (<0.3), vector (>=0.10 && <0.13) [details]
License BSD-3-Clause
Copyright Copyright (C) 2014-2018 Mitsutoshi Aoe
Author Mitsutoshi Aoe
Maintainer Mitsutoshi Aoe <maoe@foldr.in>
Category Database
Home page https://github.com/maoe/influxdb-haskell
Source repo head: git clone https://github.com/maoe/influxdb-haskell.git -b develop
Uploaded by MitsutoshiAoe at 2018-06-11T05:51:52Z
Distributions LTSHaskell:1.9.3.1, NixOS:1.9.3, Stackage:1.9.3.1
Reverse Dependencies 4 direct, 3 indirect [details]
Executables influx-write-udp, influx-random-points
Downloads 49314 total (275 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-06-11 [all 1 reports]

Readme for influxdb-1.6.0.3

[back to package description]

Haskell client library for InfluxDB

Build Status Hackage Hackage-Deps Gitter

Currently this library is tested against InfluxDB 1.5.

Getting started

There is a quick start guide on Hackage.

Running tests

Either cabal new-test or stack test runs the doctests in Haddock comments. Note that they need a local running InfluxDB server.

Contact information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on gitter.