Yahoo India Web Search

Search results

  1. Apache Kafka is a data streaming system used for real-time data pipelines, data integration, and event-driven systems. Learn how Kafka works with examples and use cases.

  2. kafka.apache.org › introApache Kafka

    Kafka is a distributed system consisting of servers and clients that communicate via a high-performance TCP network protocol . It can be deployed on bare-metal hardware, virtual machines, and containers in on-premise as well as cloud environments.

  3. Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications. Above is a snapshot of the number of top-ten largest companies using Kafka, per-industry.

  4. Apache Kafka is a distributed data store optimized for ingesting and processing streaming data in real-time. Streaming data is data that is continuously generated by thousands of data sources, which typically send the data records in simultaneously.

  5. en.wikipedia.org › wiki › Apache_KafkaApache Kafka - Wikipedia

    Apache Kafka is a distributed event store and stream-processing platform. It is an open-source system developed by the Apache Software Foundation written in Java and Scala. The project aims to provide a unified, high-throughput, low-latency platform for handling real-time data feeds.

  6. Feb 8, 2018 · Apache Kafka is a publish-subscribe messaging system. A messaging system let you send messages between processes, applications, and servers. Broadly Speaking, Apache Kafka is a software where topics (A topic might be a category) can be defined and further processed.

  7. May 11, 2024 · What Is Kafka? Kafka is an open-source stream processing platform developed by the Apache Software Foundation.

  8. Apache Kafka is an open-source distributed event-streaming framework developed at LinkedIn by a team that included Jay Kreps, Jun Rao, and Neha Narkhede.

  9. kafka.apache.org › get-startedApache Kafka

    Apache Kafka® is a distributed streaming platform. What exactly does that mean? A streaming platform has three key capabilities: Pub/Sub. Publish and subscribe to streams of records, similar to a message queue or enterprise messaging system. Stream Storage. Store streams of records in a fault-tolerant durable way. Real-Time.

  10. Jan 17, 2024 · Apache Kafka is a distributed streaming platform designed to handle large volumes of real-time data. It’s an open-source system used for stream processing, real-time data pipelines and data integration. LinkedIn originally developed Kafka in 2011 to handle real-time data feeds.