Skip to content
This repository was archived by the owner on Mar 23, 2022. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael G. Noll committed Jan 24, 2017
1 parent d5318d0 commit 169cb6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# kafka-storm-starter [![Build Status](https://travis-ci.org/miguno/kafka-storm-starter.png?branch=develop)](https://travis-ci.org/miguno/kafka-storm-starter)

Code examples that show how to integrate
[Apache Kafka](http://kafka.apache.org/) 0.8+ (latest stable) with
[Apache Storm](http://storm.apache.org/) 0.9+ (latest stable),
[Apache Kafka](http://kafka.apache.org/) 0.8+ with
[Apache Storm](http://storm.apache.org/) 0.9+ and
[Apache Spark](http://spark.apache.org/) 1.1+
while using [Apache Avro](http://avro.apache.org/) as the data serialization format.

> **A great alternative to the examples in this repository, which require you to operate a Spark or Storm processing cluster: build elastic, distributed, fault-tolerant stream processing applications with [Kafka's Streams API](http://www.confluent.io/blog/introducing-kafka-streams-stream-processing-made-simple) (read: no additional cluster required)**
Expand Down

0 comments on commit 169cb6a

Please sign in to comment.