groonga / wikipedia-search

Wikipedia search system on Groonga families.
Creative Commons Zero v1.0 Universal
2 stars 2 forks source link

Wikipedia Search for Groonga family

It is a sample search system for Groonga family such as Groonga, Droonga, Mroonga and PGroonga. It searches Wikipedia data.

You can use the search system for the following proposes:

Usage

For understanding how to implement Droonga system

TODO

For running benchmark for PGroonga versus pg_bigm

You need to set up clean CentOS environment. Run the following command lines to run benchmark for PGroonga versus pg_bigm:

% sudo yum install -y git
% git clone https://github.com/groonga/wikipedia-search.git
% cd wikipedia-search
% benchmark/centos6/pgroonga.sh |& tee benchmark.log

The benchmark script does the followings:

About chef cookbooks

If you use Ubuntu 12.04LTS, you need to install depending library via apt:

% sudo apt-get install libgecode-dev

Then, install "berks":

% cd chef
% bundle install --path vendor/bundle
% bundle exec berks

License

CC0 1.0 Universal. See LICENSE.txt for details.