Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 552 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 552 Bytes

counters

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.

Building from source

  • 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

Running it

See ./bazel-bin/counters/counters --help for help. More details are coming soon!