Difference between revisions of "Apache Kafka"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
=Quick Intro= | =Quick Intro= | ||
https://developer.confluent.io/quickstart/kafka-docker/ | 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> | <noinclude> | ||
{{PagePostfix | {{PagePostfix |
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
- ↑ Mithc Seymour, Gently down the stream: A gentle introduction to Apache Kafka, last accessed: June 18, 2021, URL:https://www.gentlydownthe.stream
- ↑ Scalli, Paul (Aug 5, 2020). "Real-Time Video Streaming with Kafka". local page: Medium.
Related Pages