Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maoe/influxdb-haskell
InfluxDB client library for Haskell
https://github.com/maoe/influxdb-haskell
haskell influxdb
Last synced: 4 days ago
JSON representation
InfluxDB client library for Haskell
- Host: GitHub
- URL: https://github.com/maoe/influxdb-haskell
- Owner: maoe
- License: bsd-3-clause
- Created: 2014-03-10T22:15:23.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-12T14:16:56.000Z (7 months ago)
- Last Synced: 2025-01-15T08:27:27.815Z (11 days ago)
- Topics: haskell, influxdb
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/influxdb
- Size: 532 KB
- Stars: 54
- Watchers: 4
- Forks: 23
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-influxdb - influxdb-haskell - Haskell client library for InfluxDB (Client libraries / Unofficial)
README
# 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).