kafka

 0    6 flashcards    tomekmarczak1
download mp3 print play test yourself
 
Question Answer
Apache Kafka to platforma do strumieniowego przesyłania zdarzeń służąca do gromadzenia, przetwarzania, przechowywania i integrowania danych na dużą skalę.
start learning
Apache Kafka is an event streaming platform used to collect, process, store, and integrate data at scale.
ma wiele zastosowań, w tym rozproszone przesyłanie strumieniowe, przetwarzanie strumieni, integrację danych i przesyłanie wiadomości typu pub/sub.
start learning
has numerous use cases including distributed streaming, stream processing, data integration, and pub/sub messaging.
Aby w pełni zrozumieć, czym zajmuje się Kafka, zagłębimy się w to, czym jest platforma do strumieniowego przesyłania wydarzeń i jak działa.
start learning
In order to make complete sense of what Kafka does, we'll delve into what an event streaming platform is and how it works.
Zanim więc zagłębimy się w architekturę Kafki lub jej podstawowe komponenty, omówmy, czym jest wydarzenie.
start learning
So before delving into Kafka architecture or its core components, let's discuss what an event is.
Pomoże to wyjaśnić, w jaki sposób Kafka przechowuje zdarzenia, jak wprowadzać zdarzenia do i z systemu oraz jak analizować strumienie zdarzeń.
start learning
This will help explain how Kafka stores events, how to get events in and out of the system, and how to analyze event streams.
Teraz możemy na przykład utworzyć temat (wyjaśnimy ten termin później) i za pomocą tych poleceń wyświetlić listę wszystkich istniejących tematów
start learning
Now, we can, for example, create a topic (we’ll clarify this term later) and list all existing topics with this commands

You must sign in to write a comment