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
- Host: GitHub
- URL: https://github.com/offscale/libetcd-cpp
- Owner: offscale
- License: apache-2.0
- Created: 2019-04-16T04:36:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T13:04:10.000Z (almost 7 years ago)
- Last Synced: 2024-04-21T13:46:46.364Z (about 2 years ago)
- Language: CMake
- Homepage: https://offscale.io
- Size: 274 KB
- Stars: 3
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.