+2 votes
in Apache Storm by
What are Storm Topologies?

1 Answer

0 votes
by

The logic for a real-time application is packaged into a Storm topology. A Storm topology is analogous to a MapReduce job. One key difference is that a MapReduce job eventually finishes, whereas a topology runs forever (or until you kill it, of course). A topology is a graph of spouts and bolts that are connected with stream groupings.

Related questions

+2 votes
asked Jul 1, 2021 in Apache Storm by rajeshsharma
+2 votes
asked Jul 1, 2021 in Apache Storm by rajeshsharma
...