1. Essential shortcut keys Ctrl+/: comment the current line Ctrl+Shift+/: insert a comment at the current position Ctrl+Alt+/: block Comment, and Focus to the first line, and write the comment desc
Category: Storm
Storm provides a set of common primitives for distributed real-time computing, which can be used in “stream processing” to process messages and update databases in real time. This is another way to manage queues and worker clusters. Storm can also be used for “continuous computation” (continuous computation), to perform continuous queries on data streams, and output the results to users in the form of streams during calculation. It can also be used for “distributed RPC” to run expensive operations in parallel. Storm can easily write and expand complex real-time calculations in a computer cluster. Storm is used for real-time processing, just like Hadoop is used for batch processing. Storm guarantees that every message will be processed, and it is fast-in a small cluster, it can process millions of messages per second. What’s even better is that you can use any programming language for development.
Storm SQL Integration
Storm SQL integration allows users to run SQL queries on Storm streaming data. In streaming analysis, the SQL interface will not only speed up the development cycle, but also open up opportunities
storm
nimbus
British [?n?mb?s] American [?n?mb?s]
n.
(Large) rain cloud; halo
strom distributed real-time streaming computing framework
strom is on the right side of the figure below. Come and pr