Skip to content

[UNFINISHED] Kestrel client gem based on thrift interface.

License

Notifications You must be signed in to change notification settings

jnunemaker/prey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: This is unfinished. I don't remember what is left and don't have a need for it anymore but I'm leaving it in case anyone stumbles across it and finds it useful.

Prey

Kestrel client gem that uses the thrift interface.

Installation

Not released yet.

Usage

client = Prey::Client.new
client.put("events", "something")
items = client.get("events")
items.each do |item|
  p item.data
end

Contributing

  1. Fork it ( https://github.com/[my-github-username]/prey/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

[UNFINISHED] Kestrel client gem based on thrift interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published