Skip to content

timyates/minimal-groovy-storm-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a minimal project setup to work with the Storm distributed system with Groovy using Gradle as a build tool.

It is basically a copy of the word-count example in the Storm starter project.

To get started, simply download the latest version of Gradle, cd to the location of this project and type

gradle

All dependencies will be fetched, and the wordcount example will run.

To list all current examples, type:

gradle tasks

And the examples will be listed under the heading In-process Storm Example tasks

I am looking into some examples with a working cluster, but this requires me to set up a working cluster first ;-)

About

A starting point for Storm distributed processing with Groovy and Gradle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages