.. _kafka_streams: Kafka Streams ============= Kafka Streams is a client library for building applications and microservices, where the input and output data are stored in a Kafka cluster. It combines the simplicity of writing and deploying standard Java and Scala applications on the client side with the benefits of Kafka's server-side cluster technology. .. toctree:: :maxdepth: 3 :hidden: introduction quickstart kafka-streams-examples/docs/index concepts architecture code-examples developer-guide/index operations upgrade-guide faq javadocs =============== Getting started =============== ----------- Quick Start ----------- The :ref:`streams_quickstart` demonstrates how to run your first Java application that uses the Kafka Streams library by showcasing a simple end-to-end data pipeline powered by Kafka. ----------------------- Streams API Screencasts ----------------------- Watch the `Intro to Streams API `_ on YouTube. .. raw:: html
======== Contents ======== .. toctree:: :maxdepth: 3 introduction quickstart concepts architecture code-examples developer-guide/index operations upgrade-guide faq javadocs