Skip to content

Hello world message receiver to consume from RabbitMQ using Spark Streaming

Notifications You must be signed in to change notification settings

gibrano/RabbitMQ-SparkStreaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ-SparkStreaming

Hello world message receiver to consume from RabbitMQ using Spark Streaming

You need install spark-2.1.0, golang 1.8.3, scala 2.11, sbt 1.0 and RabbitMQ 3.6

Run

git clone https://github.com/gibrano/RabbitMQ-SparkStreaming.git

cd RabbitMQ-SparkStreaming

sbt package

Then

spark-submit --master local[2] --class "SparkRabbit" --jars rabbitmq-client.jar target/scala-2.11/spark-rabbit-project_2.11-1.0.jar

Send message with the script

go run main.go

About

Hello world message receiver to consume from RabbitMQ using Spark Streaming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published