Skip to content

jubatus/jubatus-plugin-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton of Jubatus fv_converter Plug-in

Based on the extract_ascii plug-in written by Yuya Unno (See the official blog article for details).

Requirements

  • Jubatus 1.1.0+ (development headers required)
  • jubatus_core 1.1.0+

Usage

To build a plug-in, run:

./waf configure
./waf build

You will see the plug-in (a shared library) and an example client in build/src directory.

Now, change EXAMPLE_splitter or binary_length to your project's name and write your own code.

How to Test Plug-Ins

  • jubaconv command, bundled with Jubatus, can be used to test your plug-in without running servers. See src/string_skeleton/jubaconv_example.sh for the usage.
  • You can test your plug-in from the RPC layer by using convchecker server written by @odasatoshi.