consumers: Concurrent PostgreSQL data consumers

[ bsd3, concurrency, database, library ] [ Propose Tags ] [ Report a vulnerability ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 1.0, 1.1, 2.0, 2.0.0.1, 2.1.0.0, 2.1.1.0, 2.1.2.0, 2.2.0.0, 2.2.0.1, 2.2.0.2, 2.2.0.3, 2.2.0.4, 2.2.0.5, 2.2.0.6, 2.3.0.0, 2.3.1.0, 2.3.2.0
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), containers (>=0.5 && <0.7), exceptions (>=0.10 && <0.11), extra (>=1.6 && <1.8), hpqtypes (>=1.7 && <2.0), lifted-base (>=0.2 && <0.3), lifted-threads (>=1.0 && <1.1), log-base (>=0.7 && <0.10), monad-control (>=1.0 && <1.1), monad-time (>=0.3 && <0.4), mtl (>=2.2 && <2.3), stm (>=2.4 && <2.6), time (>=1.6 && <2.0), transformers-base (>=0.4 && <0.5) [details]
Tested with ghc ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.4 || ==9.0.1
License BSD-3-Clause
Copyright Scrive AB
Author Scrive AB
Maintainer Andrzej Rybczak <andrzej@rybczak.net>, Jonathan Jouty <jonathan@scrive.com>, Mikhail Glushenkov <mikhail@scrive.com>
Category Concurrency, Database
Home page https://github.com/scrive/consumers
Source repo head: git clone https://github.com/scrive/consumers.git
Uploaded by arybczak at 2021-05-28T07:40:42Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 8843 total (34 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-05-28 [all 1 reports]

Readme for consumers-2.2.0.3

[back to package description]

consumers

Hackage version Build Status

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.