Hi,
On 18 November 2013 12:14, Techy Teck <[email protected]> wrote: > A very basic question - > > I need to use Zookeeper with other programming languages apart from Java. > > Two choices I have is either C++ or Python? > > Which one should I choose from those two as I don't have that much > experience with either c++ or python so wanted to understand whether people > have any preferences in those two? > > I just need to keep a watch on certain nodes and then read the nodes data > and execute some shell scripts. > > Kazoo [1] - a pure Python implementation - shines for its succinctness and clean API. You should probably be able to get the job done with it in a few lines. But it sounds that Twitcher [2] does what you want too. cheers, -rgs [1] https://github.com/python-zk/kazoo [2] https://github.com/twitter/twitcher
