# InfluxDB client library for Haskell [![Hackage](https://img.shields.io/hackage/v/influxdb.svg)](https://hackage.haskell.org/package/influxdb) [![Hackage-Deps](https://img.shields.io/hackage-deps/v/influxdb.svg)](http://packdeps.haskellers.com/feed?needle=influxdb) [![Haskell-CI](https://github.com/maoe/influxdb-haskell/actions/workflows/haskell-ci.yml/badge.svg?branch=master)](https://github.com/maoe/influxdb-haskell/actions/workflows/haskell-ci.yml) [![Hackage CI](https://matrix.hackage.haskell.org/api/v2/packages/influxdb/badge)](https://matrix.hackage.haskell.org/package/influxdb) [![Gitter](https://badges.gitter.im/maoe/influxdb-haskell.svg)](https://gitter.im/maoe/influxdb-haskell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) Currently this library is tested against InfluxDB 1.8. InfluxDB 2 isn't supported (yet). ## Getting started There is [a quick start guide](https://hackage.haskell.org/package/influxdb/docs/Database-InfluxDB.html) 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](https://gitter.im/maoe/influxdb-haskell).