pub: Pipe stdin to a redis pub/sub channel
pub
is an executable for piping data from stdin to a specified
Redis pub/sub channel.
A typical use for this tool is to tail a log file, match a specific line with grep, and pipe it into Redis where multiple consumers can do something different with each incoming log line:
tail -F /var/log/somelogfile.log | grep "tracker.gps.parsed" | pub loglines
It also comes with a utility named sub
for piping from a Redis
pub/sub channel to stdout:
sub loglines | grep "somemsg"
[Skip to Readme]
Downloads
- pub-3.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 1.0.0, 1.0.1, 2.0.0, 2.0.1, 2.0.2, 3.0.0 |
---|---|
Dependencies | base (>=4.9 && <5), bytestring (>=0.10.8.1 && <0.11), hedis (>=0.9.5 && <1.0), optparse-generic (>=1.1.5 && <2.0), pipes (>=4.1.9 && <5.0), pipes-bytestring (>=2.1.4 && <3.0), text (>=1.2.2.1 && <2.0) [details] |
License | BSD-3-Clause |
Author | Parnell Springmeyer <parnell@digitalmentat.com> |
Maintainer | Parnell Springmeyer <parnell@digitalmentat.com> |
Category | Utility |
Source repo | head: git clone https://github.com/ixmatus/pub |
Uploaded | by ParnellSpringmeyer at 2017-05-29T03:34:02Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | sub, pub |
Downloads | 4448 total (27 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2017-05-29 [all 3 reports] |