An open API service indexing awesome lists of open source software.

https://github.com/offscale/libetcd-cpp

libetcd-cpp is a C++ library
https://github.com/offscale/libetcd-cpp

Last synced: 5 months ago
JSON representation

libetcd-cpp is a C++ library

Awesome Lists containing this project

README

          

libetcd-cpp
=================
[gRPC](https://grpc.io) C++ client for [etcd](http://etcd.io/).

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

```sh
mkdir cmake-build-debug && cd $_

# assuming vcpkg is used to manage c++ libraries
cmake -DCMAKE_TOOLCHAIN_FILE="" ..
cmake --build .
```

## License

Licensed under either of

- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license ([LICENSE-MIT](LICENSE-MIT) or )

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.