Login
Remember
Register
Ask a Question
Explain how data is stream flow in Apache Storm?
+2
votes
asked
Jun 30, 2021
in
Apache Storm
by
rajeshsharma
Explain how data is stream flow in Apache Storm?
apache-storm
data-stream
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 30, 2021
by
rajeshsharma
In Apache storm, data is stream flow with three components Spout, Bolt and Tuple
Spout: A spout is a source of data in Storm
Bolt: A bolt processes these data’s
Tuple: Data is passed as Tuple
...