Based on the extract_ascii
plug-in written by Yuya Unno
(See the official blog article for details).
- Jubatus 1.1.0+ (development headers required)
- jubatus_core 1.1.0+
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.
jubaconv
command, bundled with Jubatus, can be used to test your plug-in without running servers. Seesrc/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.