reimann

A network event stream processor. Intended for analytics, metrics, and alerting; and to glue various monitoring systems together. Code: http://github.com/aphyr/reimann/ API docs: http://aphyr.github.com/reimann/

Leiningen/Boot

[reimann "0.0.2-SNAPSHOT"]

Clojure CLI/deps.edn

reimann/reimann {:mvn/version "0.0.2-SNAPSHOT"}

Gradle

implementation("reimann:reimann:0.0.2-SNAPSHOT")

Maven

<dependency>
  <groupId>reimann</groupId>
  <artifactId>reimann</artifactId>
  <version>0.0.2-SNAPSHOT</version>
</dependency>