Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsurprenant committed Dec 8, 2011
1 parent cb44d04 commit f76d370
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
- more doc in README

# 0.2.1, 11-23-2011
- gems support in production cluster
- gems support in production cluster

# 0.3.0, 12-08-2011
- support Storm 0.6.0
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
# RedStorm v0.2.1 - JRuby on Storm
# RedStorm v0.3.0 - JRuby on Storm

RedStorm provides the JRuby integration for the [Storm][storm] distributed realtime computation system.

## Changes from 0.1.x

- this release introduces the *simple* DSL. Topology, Spout and Bolt classes can inherit from the SimpleTopology, SimpleSpout and SimpleBolt classes which provides a very clean and consise DSL. See [examples/simple](https://github.com/colinsurprenant/redstorm/tree/master/examples/simple).
- use the same SimpleTopology class for local development cluster or remote production cluster.
- the `redstorm` command has a new syntax.
- gems support in production cluster

## Dependencies

This has been tested on OSX 10.6.8 and Linux 10.04 using Storm 0.5.4 and JRuby 1.6.5
This has been tested on OSX 10.6.8 and Linux 10.04 using Storm 0.6.0 and JRuby 1.6.5

## Installation
``` sh
Expand Down

0 comments on commit f76d370

Please sign in to comment.