Most voted "apache-storm" questions
Storm is a distributed system for real-time processing. Similar to how Hadoop provides a set of general primitives for batch processing, Storm provides a set of general primitives for real-time processing. Storm is simple, and can be used with any programming language.
Learn more…1 question
Sort by count of
-
1
votes0
answers49
viewsGet feedback on the keyword that was sent to the Twitter Stream API in creating Apache Storm topology
I am developing a system that uses Apache Storm integrated with the Twitter4j library, to process tweets in real time. But I have a problem: Is there any way to know which keyword that originated…