-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP Fix documentation to refer to new package
- Loading branch information
1 parent
6be762f
commit ff58286
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# consumers | ||
|
||
[![Hackage version](https://img.shields.io/hackage/v/consumers.svg?label=Hackage)](https://hackage.haskell.org/package/consumers) | ||
[![Build Status](https://github.com/well-typed/optics/workflows/Haskell-CI/badge.svg?branch=master)](https://github.com/scrive/consumers/actions?query=branch%3Amaster) | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters