Skip to content

jubatus/jubatus-cpp-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton of Jubatus Client Application in C++

Requirements

  • Jubatus 0.5.0+ (server & client headers)
  • msgpack (with development headers)
  • jubatus-mpio (with development headers)
  • jubatus-msgpack-rpc (with development headers)

Usage

To build a client program, run:

$ ./waf configure
$ ./waf build

To test the client, run:

$ jubarecommender --configpath /usr/local/share/jubatus/example/config/recommender/lsh.json &
$ build/client

We assume that Jubatus was installed into /usr/local/. Otherwise, please modify the path.

Now, write your own code in client.cpp, then rebuild and run the client again.

About

Skeleton of Jubatus Client Application in C++

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •