Skip to content

homeaway/homeaway-storm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Ruby SDK for interacting with Apache Storm clusters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages