erlang-goldrush 0.2.0-2 source package in Ubuntu

Changelog

erlang-goldrush (0.2.0-2) unstable; urgency=medium

  * Enabled DH_VERBOSE in debian/rules
  * Updated years in debian/copyright
  * Updated Erlang dependencies
  * Updated Standards-Version: 4.4.0 (no changes needed)
  * Updated debhelper compat version: 12
  * debian/rules: export ERL_COMPILER_OPTIONS=deterministic

 -- Philipp Huebner <email address hidden>  Wed, 24 Jul 2019 11:35:05 +0200

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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
erlang-goldrush_0.2.0-2.dsc 2.0 KiB d8dfce6aa6b8c47154728e5ce1be37ebfad9cfef01ca78271fc6c7731fc3cc4e
erlang-goldrush_0.2.0.orig.tar.gz 25.3 KiB 74621753efbb420e293292d383db7cf84abfe18dff3adc4b8c825aeed9a75d45
erlang-goldrush_0.2.0-2.debian.tar.xz 3.0 KiB eaeae7f06ff61516f337405318134afd3a5d585299008c7dcc5356d793f63a8f

Available diffs

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.