Skip to content

jubatus/jubatus-service-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e9c62b9 · Feb 27, 2017

History

80 Commits
Feb 10, 2017
Feb 27, 2017
Nov 1, 2013
Nov 1, 2013
Feb 10, 2017
Jan 17, 2013
Feb 10, 2017
Feb 10, 2017
Oct 20, 2014
Jun 3, 2014
Feb 10, 2017
Feb 10, 2017
Feb 10, 2017
Feb 10, 2017
Oct 20, 2014

Repository files navigation

Skeleton of Service in Jubatus Framework

This is an implementation of a simple key-value store that uses Jubatus framework.

Requirements

  • Jubatus 1.0.0+ (development headers required)

Build

$ ./waf configure
$ ./waf build

Run

$ build/kvs --configpath kvs_config.json &
$ build/client

Generating Server/Proxy/Client from IDL

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

About

Skeleton of Service in Jubatus Framework

Resources

Stars

Watchers

Forks

Packages

No packages published