An open API service indexing awesome lists of open source software.

https://github.com/vonzhou/storm-examples

学习Storm的示例, Examples To Learn Storm
https://github.com/vonzhou/storm-examples

java kafka redis storm stream-processing

Last synced: 28 days ago
JSON representation

学习Storm的示例, Examples To Learn Storm

Awesome Lists containing this project

README

          

# Storm Examples

## ExclamationTopology

Add exclamation(!) to words.

## WordCountTopology

Get started with storm , submit topology and see output logs.

## WordCountRedisTopology

Use storm-redis to store word count result in redis.

## WordCountKafkaRedisTopology

Use KafkaSpot(storm-kafka) to produce records.

## Blogs

[Storm快速入门](https://zhuanlan.zhihu.com/p/46420407)

[Storm基本概念及WordCount示例](https://zhuanlan.zhihu.com/p/46576882)

[storm-redis 入门](https://zhuanlan.zhihu.com/p/46618638)

[storm-kafka 入门](https://zhuanlan.zhihu.com/p/46619972)