Difference between revisions of "Apache Kafka"

From PKC
Jump to navigation Jump to search
(Created page with " Kafka is a messaging software for communication and event-based data streaming. Some one wrote a children's book to explain how it works. [htt...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[wikipedia:Kafka (software)| Kafka]] is a messaging software for communication and event-based data streaming.
[[wikipedia:Kafka (software)| Kafka]] is a messaging software for communication and event-based data streaming.


Some one wrote a children's book to explain how it works. [https://www.gentlydownthe.stream/#/17 Gently down the stream]<ref>Mithc Seymour, Gently down the stream: A gentle introduction to Apache Kafka, last accessed: June 18, 2021, URL:https://www.gentlydownthe.stream/#/17</ref>.
Some one wrote a children's book to explain how it works. [https://www.gentlydownthe.stream Gently down the stream]<ref>Mithc Seymour, Gently down the stream: A gentle introduction to Apache Kafka, last accessed: June 18, 2021, URL:https://www.gentlydownthe.stream</ref>.


=References=
=Quick Intro=
https://developer.confluent.io/quickstart/kafka-docker/
 
[[Web/Real-Time Video Streaming with Kafka|Real-Time Video Streaming with Kafka]]<ref>{{:Web/Real-Time Video Streaming with Kafka}}</ref>
https://medium.com/codex/real-time-video-streaming-with-kafka-8b4014c06b24
 
<noinclude>
{{PagePostfix
|category_csd=API,Middleware
}}
</noinclude>

Latest revision as of 13:19, 11 July 2022

Kafka is a messaging software for communication and event-based data streaming.

Some one wrote a children's book to explain how it works. Gently down the stream[1].

Quick Intro

https://developer.confluent.io/quickstart/kafka-docker/

Real-Time Video Streaming with Kafka[2] https://medium.com/codex/real-time-video-streaming-with-kafka-8b4014c06b24


References

  1. Mithc Seymour, Gently down the stream: A gentle introduction to Apache Kafka, last accessed: June 18, 2021, URL:https://www.gentlydownthe.stream
  2. Scalli, Paul (Aug 5, 2020). "Real-Time Video Streaming with Kafka". local page: Medium. 

Related Pages