erlang-goldrush 0.2.0-8 source package in Ubuntu
Changelog
erlang-goldrush (0.2.0-8) unstable; urgency=medium [ Philipp Huebner ] * Updated Standards-Version: 4.6.0 (no changes needed) * Updated debian/watch [ Debian Janitor ] * Set upstream metadata fields: Repository, Repository-Browse. -- Philipp Huebner <email address hidden> Sat, 18 Dec 2021 10:15:28 +0100
Upload details
- Uploaded by:
- Ejabberd Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Ejabberd Packaging Team
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
erlang-goldrush_0.2.0-8.dsc | 2.1 KiB | 47bfff5b2a3a65b6fda93a719fc573c9a339970d9a0f3901587f6e2632148f24 |
erlang-goldrush_0.2.0.orig.tar.gz | 25.3 KiB | 74621753efbb420e293292d383db7cf84abfe18dff3adc4b8c825aeed9a75d45 |
erlang-goldrush_0.2.0-8.debian.tar.xz | 3.3 KiB | 65c14eab9378b12078a37dfc973352d89d8e57dd6358ad40b56cb590dbe66cb9 |
Available diffs
- diff from 0.2.0-7 to 0.2.0-8 (743 bytes)
No changes file available.
Binary packages built by this source
- erlang-goldrush: small Erlang app that provides fast event stream processing
Goldrush is a small Erlang app that provides fast event stream processing
.
Features:
* Event processing compiled to a query module
- per module protected event processing statistics
- query module logic can be combined for any/all filters
- query module logic can be reduced to efficiently match event processing
* Complex event processing logic
- match input events with greater than (gt) logic
- match input events with less than (lt) logic
- match input events with equal to (eq) logic
- match input events with wildcard (wc) logic
- match input events with notfound (nf) logic
- match no input events (null blackhole) logic
- match all input events (null passthrough) logic
* Handle output events
- Once a query has been composed the output action can be overridden
with an erlang function. The function will be applied to each
output event from the query.