9726. Popular Tools - draft
Storm


Popular tools.

1. Apache Storm

Apache storm is an open-source distributed real-time computational system for processing data streams.

  • Able to process over a million jobs in fraction of a second on a node
  • Integrated with Hadoop to harness higher throughputs
  • Easy to implement and can be integrated with any programming language

2. Comparison

2.1 Storm vs Spark

Situation Spark Storm
Stream processing Batch processing Micro-batch processing
Latency Latency of few seconds Latency of milliseconds
Multi-language Support Lesser language support Multiple language support

2.2 Kubernetes vs Docker

6. References