# consumers

[![Hackage version](https://img.shields.io/hackage/v/consumers.svg?label=Hackage)](https://hackage.haskell.org/package/consumers)
[![Haskell-CI](https://github.com/scrive/consumers/actions/workflows/haskell-ci.yml/badge.svg?branch=master)](https://github.com/scrive/consumers/actions/workflows/haskell-ci.yml)

Library for setting up concurrent consumers of data stored inside
PostgreSQL database in a simple, declarative manner.

See the `examples/` directory for a usage example.

If you want to add metrics, see the
[`consumers-metrics-prometheus`](https://hackage.haskell.org/package/consumers-metrics-prometheus)
package to seamlessly instrument your consumer.