Skip to content

offscale/libetcd-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libetcd-cpp

gRPC C++ client for etcd.

gRPC and protobuf files were copied from etcd source code and a bit simplified. Current protocol version is 3.3. CMake will automatically generate C++ sources and compile them for you.

Dependencies

  • grpc
  • protobuf

Developer workflow

mkdir cmake-build-debug && cd $_

# assuming vcpkg is used to manage c++ libraries
cmake -DCMAKE_TOOLCHAIN_FILE="<replace with path to vcpkg.cmake>" ..
cmake --build .

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

libetcd-cpp is a C++ library

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •