7

I am looking for use cases where Apache Spark streaming will be apt and situations where Spring XD streams will best fit.

Is there a overlap of technologies here? Has someone come across a situation where both are being used?

2 Answers2

0

Spring XD works great when you don't want to do any coding and work with streams coming to and from RabbitMQ, Gemfire, JDBC, HDFS, Redis, MongoDB.

Tim Spann
  • 517
  • 2
  • 6
  • It is also extensible... you can do coding :-) ! https://github.com/spring-projects/spring-xd/wiki/Creating-a-Processor-Module – Philippe Feb 17 '15 at 14:30
0

Spring XD provides integration with Spark streaming to get the best out of both. You can refer to the documentation here

Ilayaperumal Gopinathan
  • 4,099
  • 1
  • 13
  • 12