kafka

 0    6 fiche    tomekmarczak1
Télécharger mP3 Imprimer jouer consultez
 
question réponse
Apache Kafka to platforma do strumieniowego przesyłania zdarzeń służąca do gromadzenia, przetwarzania, przechowywania i integrowania danych na dużą skalę.
commencer à apprendre
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.
commencer à apprendre
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.
commencer à apprendre
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.
commencer à apprendre
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ń.
commencer à apprendre
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
commencer à apprendre
Now, we can, for example, create a topic (we’ll clarify this term later) and list all existing topics with this commands

Vous devez vous connecter pour poster un commentaire.