Skip to content

Common Lisp Driver for riak using Protocol Buffers Client (PBC) interface

License

Notifications You must be signed in to change notification settings

okflo/cl-pbriak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cl-pbriak

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.

Installation

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)

Example

About

Common Lisp Driver for riak using Protocol Buffers Client (PBC) interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published