kafka basics part1

 kafka is message streaming platform /central repository to handle high volume messages. its written in scala. it is scalable , performant , persistent,realtime streaming. Here producer generate data to kafka while consumers pull the data from kafka making kafka a Central Repository.

Streaming Data is data that is generated continuously by thousands of data sources, which typically send in the data records simultaneously. We use streaming data when data needs to be processed sequentially and incrementally on a record-by-record.
1- Sensors in transportation vehicles, industrial equipment, and farm machinery send data to a streaming application.
2 -IoT data sent by connected vehicles and use that data to monitor the traffic on different routes.








No comments:

Post a Comment