bahir:sql-streaming-mqtt (homepage)
Spark Structured Streaming data source for MQTT
@apache / (1)
A structured streaming data source for reading data from MQTT servers using Spark's SQL Streaming framework and the Eclipse Paho Java Client.
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages org.apache.bahir:spark-sql-streaming-mqtt_2.11:2.2.0
sbt
In your sbt build file, add:
libraryDependencies += "org.apache.bahir" % "spark-sql-streaming-mqtt_2.11" % "2.2.0"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>org.apache.bahir</groupId> <artifactId>spark-sql-streaming-mqtt_2.11</artifactId> <version>2.2.0</version> </dependency> </dependencies>
Releases
Version: 2.2.0 ( d92728 | zip | jar ) / Date: 2017-09-09 / License: Apache-2.0
Version: 2.1.1 ( 26bdee | zip | jar ) / Date: 2017-09-09 / License: Apache-2.0
Version: 2.1.0 ( e61cc3 | zip | jar ) / Date: 2017-02-22 / License: Apache-2.0
Version: 2.0.2 ( 477ca1 | zip | jar ) / Date: 2017-01-28 / License: Apache-2.0
Version: 2.0.1 ( bd00d2 | zip | jar ) / Date: 2016-12-20 / License: Apache-2.0
Version: 2.0.0 ( 368c43 | zip | jar ) / Date: 2016-12-20 / License: Apache-2.0