Go to file
R. Tyler Croy a505e9c5c8
Rely on our file path containing stormjar.jar in order to determine if we're ina supervisor
This is admittedly a bit hackish but I have yet to find any data at runtime
that indicates whether we're executing inside of a local mode (non jar) or
clustered mode other than this

Fixes #16
2015-09-11 15:18:25 -07:00
bin check for JRuby 2013-07-25 13:00:48 -04:00
examples updated Kafka Topology dependencies, the kafka_toplogy.rb example, the main README, and created a new README for examples 2014-06-19 12:10:36 -07:00
gradle/wrapper Adjust dependencies to express more lenient ranges of JRuby and jffi 2015-08-17 11:07:55 -07:00
lib Rely on our file path containing stormjar.jar in order to determine if we're ina supervisor 2015-09-11 15:18:25 -07:00
spec Add tests to ensure File.expand_path is used to calculate relative paths 2015-08-31 17:08:49 -04:00
src/main/redstorm/storm/jruby Bolt/Spouts in topos need to support streams 2015-04-07 22:58:47 +00:00
test [jhottenstein] Changes to get the integration tests running 2014-07-29 13:43:16 -04:00
.gitignore Use the idea plugin to generate an intellij project for myself 2015-09-09 13:14:42 -07:00
.rspec Add a simple set of good rspec settings 2014-10-20 15:25:50 -07:00
.travis.yml Remove oraclejdk7 from the build matrix 2015-09-11 10:58:44 -07:00
CHANGELOG.md update docs 2014-03-02 20:48:46 -05:00
LICENSE.md
README.adoc Update the README with badges and asciidoc 2015-09-11 11:06:40 -07:00
build.gradle Rely on our file path containing stormjar.jar in order to determine if we're ina supervisor 2015-09-11 15:18:25 -07:00
gradle.properties Adjust dependencies to express more lenient ranges of JRuby and jffi 2015-08-17 11:07:55 -07:00
gradlew Add gradle wrappers 2014-10-20 13:53:27 -07:00
gradlew.bat Add gradle wrappers 2014-10-20 13:53:27 -07:00

README.adoc

<html lang="en"> <head> </head>

RedStorm - JRuby on Storm

Build Status

download

RedStorm provides a Ruby DSL using JRuby integration for the Apache Storm distributed realtime computation system.

Like RedStorm? visit us on IRC at #redstorm on Freenode

Documentation

Chances are new versions of RedStorm will introduce changes that will break compatibility or change the developement workflow. To prevent out-of-sync documentation, per version specific documentation are kept in the wiki when necessary.

Contributors

License

Apache License, Version 2.0. See the LICENSE.md file.

</html>