Skip to content

chris1201/zookeeper-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zookeeper-cpp

C++ library designed to make working with Zookeeper a more hassle-free experience and one that is less error prone.

You should be familiar with Zookeeper and have read the http://zookeeper.apache.org/doc/trunk/zookeeperProgrammers.html before using zookeeper-cpp.

Downloading

You can find the official release packages of the library at:

https://github.com/spottradingllc/zookeeper-cpp

Building with CMake

To build the libraries and run the tests with CMake, you will need to have CMake version 2.8.10 or higher installed appropriately in your system.

$ cmake --version
cmake version 2.8.10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.3%
  • Makefile 17.7%
  • CMake 11.8%
  • Shell 0.2%