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"
Downloads
- pub-2.0.1.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 && <5), bytestring (>=0.10.0.2 && <0.10.1), cmdargs (>=0.10.7 && <0.11), ConfigFile (>=1.1.1 && <1.2), containers (>=0.5.0.0 && <0.6), groom (>=0.1.2 && <0.2), hedis (>=0.6 && <0.7), hslogger (>=1.2.3 && <1.3), mtl (>=2.1 && <2.3), network (>=2.4.2.2 && <2.5), pipes (>=4.1.1 && <4.2), pipes-bytestring (>=2 && <3), safe (>=0.3 && <0.4), system-filepath (>=0.4.12 && <0.5), text (>=1.1.0.1 && <1.2), time (>=1.4 && <1.5), transformers (>=0.4 && <0.5) [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 2014-08-06T22:11:09Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | sub, pub |
Downloads | 4448 total (28 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-14 [all 7 reports] |