This is an implementation of a simple key-value store that uses Jubatus framework.
- Jubatus 1.0.0+ (development headers required)
$ ./waf configure
$ ./waf build
$ build/kvs --configpath kvs_config.json &
$ build/client
For your convenience, generate
target is already defined in wscript
(note that jenerator
must be in PATH
).
$ ./waf generate
It actually does the following:
$ jenerator -l server -o . -n jubatus -t kvs.idl