You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by prabeesh k <pr...@gmail.com> on 2013/10/16 10:30:01 UTC

MQTT Streaming adapter

MQTT is a machine-to-machine (M2M)/Internet of Things connectivity
protocol.
It was designed as an extremely lightweight publish/subscribe messaging
transport. You may read more about it herehttp://mqtt.org/
I have added the mqtt adapter for spark streaming with one example

https://github.com/apache/incubator-spark/pull/64