Choosing between Storm+Trident-ML, Storm+SAMOA or Spark Streaming+MLlib
I want to implement Streaming Naive Bayes in a distributed system. What are the best approach to choose framework. Should I choose:
- Storm alone and implement streaming naive bayes on my own in storm topology.
- Storm + TridentML
- Storm + SAMOA
- Spark Streaming + MLlib
What is the best framework set to choose and start working on. Any suggestion will be of great help.