|
This post originated from an RSS feed registered with Python Buzz
by Phillip Pearson.
|
Original Post: ZooKeeper Ruby client library
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
|
Latest Python Buzz Posts
Latest Python Buzz Posts by Phillip Pearson
Latest Posts From Second p0st
|
|
If you're interested in using ZooKeeper but not with C or Java, here's something for you. I've written a Ruby extension wrapping the ZooKeeper C client library. It wraps the get, set, create, delete and getChildren methods, and implements one of the locking recipes. Details over on the github page.
It's open source, released under the MIT license. Share and enjoy!
Note: of course, it's not very mature yet. Expect many warnings about threading-related stuff, and possible instability. Help is welcome to get its threading playing nicely with Ruby -- just drop me a line, or sign up on github, fork it, hack, and send me a pull request!
Comment
Read: ZooKeeper Ruby client library