Skip to content

Commit

Permalink
Remove duplicated music demo section from readme (confluentinc#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrombe authored and mjsax committed Sep 12, 2019
1 parent 2ec7419 commit 4640b2a
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,28 +156,6 @@ You can find detailed documentation at
https://docs.confluent.io/current/streams/kafka-streams-examples/docs/index.html.


<a name="examples-docker"/>

# Docker Example: Kafka Music demo application

This containerized example launches:

* Confluent's Kafka Music demo application for the Kafka Streams API, which makes use of
[Interactive Queries](http://docs.confluent.io/current/streams/developer-guide.html)
* a single-node Apache Kafka cluster with a single-node ZooKeeper ensemble
* a [Confluent Schema Registry](https://github.com/confluentinc/schema-registry) instance

The Kafka Music application demonstrates how to build of a simple music charts application that continuously computes,
in real-time, the latest charts such as latest Top 5 songs per music genre. It exposes its latest processing results
-- the latest charts -- via Kafka’s [Interactive Queries](http://docs.confluent.io/current/streams/developer-guide.html#interactive-queries)
feature via a REST API. The application's input data is in Avro format, hence the use of Confluent Schema Registry,
and comes from two sources: a stream of play events (think: "song X was played") and a stream of song metadata ("song X
was written by artist Y").

You can find detailed documentation at
https://docs.confluent.io/current/streams/kafka-streams-examples/docs/index.html.


<a name="event-streaming-platform"/>

# Examples: Event Streaming Platform
Expand Down

0 comments on commit 4640b2a

Please sign in to comment.