0.0
No commit activity in last 3 years
No release in over 3 years
Ruby SDK for interacting with Apache Storm
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 1.8.2
~> 1.11.2
~> 10.0
~> 3.1.0
~> 0.11.0
~> 3.0.1
~> 1.22.6

Runtime

~> 0.10.2
~> 0.9.2
~> 3.4.3
~> 1.8.0
 Project Readme

Homeaway::Storm

A Ruby SDK to interact with Apache Storm

Installation

Add this line to your application's Gemfile:

gem 'homeaway-storm'

And then execute:

$ bundle

Or install it yourself as:

$ gem install homeaway-storm

Usage

    hostname = 'localhost'
    scheme = :http
    port = 28080
    @client = HomeAway::Storm::Client.new hostname, port: port, scheme: scheme
    puts "this Storm cluster has a web UI running on port #{@client.cluster_configuration['ui.port']}"

More detailed example usage is available in the accompanying tests that exist in the spec folder.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/homeaway/homeaway-storm.