No longer maintained: Please note that this code is no longer being actively maintained.
A counts database written in C++ that speaks Redis protocol and replicates via Kafka.
- Ensure Bazel is installed
- Check out the smyte-db repo
- Ensure your submodules are up-to-date:
git submodule update
- Build the project:
bazel build -c opt counters
See ./bazel-bin/counters/counters --help
for help. More details are coming soon!