Skip to content

nobu/rroonga

 
 

Repository files navigation

README

Name

rroonga

Description

Ruby bindings for groonga that provides full text search and column store features.

rroonga is a extension library to use groonga’s DB-API layer. rroonga provides Rubyish readable and writable API. You can use groonga’s first and highly functional features from Ruby.

See the following URL about groonga.

Authors

Kouhei Sutou

<kou@clear-code.com>

Tasuku SUENAGA

<a@razil.jp>

daijiro

<morita@razil.jp>

Yuto HAYAMIZU

<y.hayamizu@gmail.com>

SHIDARA Yoji

<dara@shidara.net>

License

LGPL 2.1. See license/LGPL for details.

pkg-config.rb is a library that is bundled with rcairo. It’s distributed under Ruby license. See license/RUBY and license/GPL for details.

Dependencies

  • Ruby >= 1.8 (including 1.9.1)

  • groonga >= 0.1.9

Install

% sudo gem install rroonga

Documents

Japanese only. Sorry.

groonga.rubyforge.org/rroonga/

Mailing list

rubyforge.org/mailman/listinfo/groonga-users-en

Thanks

  • mori: sent patches to support the latest groonga.

  • Tasuku SUENAGA: sent bug reports.

  • niku: sent bug reports.

  • dara:

    • wrote tests.

    • fixed bugs.

  • id:mat_aki: sent bug reports.

  • @yune_kotomi: sent a bug report.

  • m_seki: sent bug reports.

About

The Ruby bindings of groonga.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 59.7%
  • Ruby 40.3%