Skip to content

naoa/groonga-command-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample groonga command

Install

Install libgroonga-dev.

Build this command.

% sh autogen.sh
% ./configure
% make
% sudo make install

Usage

Register commands/echo:

% groonga DB
> register commands/echo

Now, you can use echo command

> echo "hello world"
[
  [
    0,
    0.0,
    0.0
  ],
  [
    "hello world",
    11
  ]
]

License

Public domain. You can copy and modify this project freely.

About

It is a sample groonga command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published