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
- Host: GitHub
- URL: https://github.com/vonzhou/storm-examples
- Owner: vonzhou
- Created: 2018-10-11T14:05:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T05:35:54.000Z (over 7 years ago)
- Last Synced: 2025-01-01T16:42:58.450Z (over 1 year ago)
- Topics: java, kafka, redis, storm, stream-processing
- Language: Java
- Size: 12.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)