Skip to content

Commit

Permalink
Add top-level README
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael G. Noll committed Mar 1, 2016
1 parent ba44b7f commit da19eb7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Confluent Examples

This repository contains code examples for [Apache Kafka](http://kafka.apache.org/) and the
[Confluent Platform](http://www.confluent.io/product).

* [kafka-clients](kafka-clients/): example Kafka client applications such as a Java producer application
(for writing data to Kafka) and a Java consumer application (for reading data from Kafka)
* [kafka-streams](kafka-streams/): examples that demonstrate how to implement real-time processing applications using
Kafka Streams, which is a new stream processing library included with the [Apache Kafka](http://kafka.apache.org/)
open source project.

0 comments on commit da19eb7

Please sign in to comment.