+2 votes
in Apache Storm by
Explain how data is stream flow in Apache Storm?

1 Answer

0 votes
by

In Apache storm, data is stream flow with three components Spout, Bolt and Tuple

  1. Spout: A spout is a source of data in Storm
  2. Bolt: A bolt processes these data’s
  3. Tuple: Data is passed as Tuple
...