Apache Kafka vs Apache Storm

前端 未结 7 594
遥遥无期
遥遥无期 2021-01-29 18:55

Apache Kafka: Distributed messaging system
Apache Storm: Real Time Message Processing

How we can use both technologies in a real-time data pipeline for processing

7条回答
  •  星月不相逢
    2021-01-29 19:15

    As every one explain you that Apache Kafka: is continuous messaging queue

    Apache Storm: is continuous processing tool

    here in this aspect Kafka will get the data from any website like FB,Twitter by using API's and that data is processed by using Apache Storm and you can store the processed data in either in any databases you like.

    https://github.com/miguno/kafka-storm-starter

    Just follow it you will get some idea

提交回复
热议问题