Skip to content
This repository has been archived by the owner on May 19, 2019. It is now read-only.

JRuby Gradle plugin to manage creating Storm topology jars

License

Notifications You must be signed in to change notification settings

jruby-gradle/jruby-gradle-storm-plugin

Repository files navigation

JRuby/Gradle Storm Plugin

Build Status

download

JRuby/Gradle plugin to manage creating Storm topology jars

Usage

Including the plugin:

buildscript {
    repositories { jcenter() }
    dependencies {
        classpath "com.github.jruby-gradle:jruby-gradle-storm-plugin:[0.4.4,0.5)"
    }
}

Creating a topolog .jar

Creating a topology .jar file is useflu when you plan on uploading your topology to a running Storm cluster. Currently this plugin will only create that jar for you, it will not upload it.

  • ./gradlew jrubyStorm will create a .jar in build/libs/

About

JRuby Gradle plugin to manage creating Storm topology jars

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages