JRuby on Storm
Go to file
R. Tyler Croy 23b6fdd4e3
Use the uri:classloader:/ custom path for setting up JARS_HOME and $LOAD_PATH
This will help the submitted topology operate much more like an embedded JRuby
use-case thanks to the recent improvements that @mkristian has made in JRuby
core

Fixes #12
2015-09-09 13:14:42 -07:00
bin
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
ivy remove KafkaTopology-specific dependencies 2014-06-19 12:18:47 -07:00
lib Use the uri:classloader:/ custom path for setting up JARS_HOME and $LOAD_PATH 2015-09-09 13:14:42 -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
vagrant [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 Add support for auto-releasing from Travis CI pending a successful build 2015-08-17 11:14:09 -07:00
CHANGELOG.md update docs 2014-03-02 20:48:46 -05:00
LICENSE.md
README.md Add support for auto-releasing from Travis CI pending a successful build 2015-08-17 11:14:09 -07:00
build.gradle Use the uri:classloader:/ custom path for setting up JARS_HOME and $LOAD_PATH 2015-09-09 13:14:42 -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.md

RedStorm - JRuby on Storm

RedStorm provides a Ruby DSL using JRuby integration for the 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.

Author

Contributors

License

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