mapr-storm

A connector for MapR and Storm consisting of two components: 1. Franz - a Kafka-like API for logging messages to topics, materializing them onto disk in a MapR Cluster 2. TailSpout - a Storm spout implementation, gathering newly-arrived data from the end of a file and creating tuples for a storm topology

Leiningen/Boot

[mapr-storm "0.2"]

Clojure CLI/deps.edn

mapr-storm/mapr-storm {:mvn/version "0.2"}

Gradle

implementation("mapr-storm:mapr-storm:0.2")

Maven

<dependency>
  <groupId>mapr-storm</groupId>
  <artifactId>mapr-storm</artifactId>
  <version>0.2</version>
</dependency>