https://github.com/dzikowski/simple-kafka-storm-java
https://github.com/dzikowski/simple-kafka-storm-java
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dzikowski/simple-kafka-storm-java
- Owner: dzikowski
- License: apache-2.0
- Created: 2014-12-02T20:41:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-07T12:06:08.000Z (over 10 years ago)
- Last Synced: 2023-02-27T01:35:45.217Z (over 2 years ago)
- Language: Java
- Size: 164 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
simple-kafka-storm-java
=======================This is a simple example of using Kafka, Storm and Storm Trident.
**Note**: you should have the newest version of Storm in your local Maven repository.
You can do this by executing in terminal:```sh
git clone https://github.com/apache/storm
cd storm
mvn clean install -DskipTests=true
```