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. ProtoSpout - a Storm spout implementation that gathers newly-arrived data from the end of a file and creates tuples for a storm topology

Leiningen/Boot

[mapr-storm "0.8"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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