Common Lisp Driver for riak using Protocol Buffers Client (PBC) interface
This is my attempt to write a Common Lisp driver for the key-value-store Riak using their Protocol Buffers Client (PBC) interface.
It should be significantly faster than the HTTP-interface.
If you use Quicklisp, put it into ~/quicklisp/local-projects/:
cd ~/quicklisp/local-projects/
git clone https://github.com/okflo/cl-pbriak.git
Load via quicklisp
(ql:quickload :cl-pbriak)