RabbitMQ-Receiver (homepage)
RabbitMQ Spark Streaming receiver
@Stratio / (10)
RabbitMQ-Receiver is a library that allows the user to read data with Apache Spark from RabbitMQ.
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages com.stratio.receiver:spark-rabbitmq_1.6:0.4.0
sbt
In your sbt build file, add:
libraryDependencies += "com.stratio.receiver" % "spark-rabbitmq_1.6" % "0.4.0"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>com.stratio.receiver</groupId> <artifactId>spark-rabbitmq_1.6</artifactId> <version>0.4.0</version> </dependency> </dependencies>
Releases
Version: 0.4.0 ( 24e2d9 | zip | jar ) / Date: 2016-12-20 / License: Apache-2.0
Version: 0.3.0 ( 947809 | zip | jar ) / Date: 2016-06-30 / License: Apache-2.0
Version: 0.1.0-RELEASE ( b5c591 | zip | jar ) / Date: 2015-05-21 / License: Apache-2.0