No description
- C++ 83.9%
- M4 8%
- Makefile 5%
- HTML 1.7%
- CSS 1.3%
- Other 0.1%
| basket | ||
| catflap | ||
| cnn | ||
| config | ||
| doc | ||
| metadata | ||
| util | ||
| .gitignore | ||
| autogen.sh | ||
| configure.ac | ||
| CPPLINT.cfg | ||
| Makefile.am | ||
| README.md | ||
Requirements
The following packages are required to build this service:
- protobuf
- grpc
- cppkin
- libcore (dependency of cppkin)
- abseil-cpp
- google-glog
In addition, the following dependencies are optional, but you should have at least one of them:
- libpqxx (for PostgreSQL support)
- sqlitecpp (for SQLite support)
In order to run this service, you also need the following packages:
- zipkin
Installation on Arch Linux
On Arch Linux, you can install the packages using the following command:
yay -S protobuf grpc zipkin abseil-cpp libpqxx sqlitecpp google-glog cd pkgbuild/libcore makepkg -si cd ../cppkin makepkg -si