Skip to content

ranguba/activegroonga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Name

ActiveGroonga

Description

A library to use Groonga with ActiveRecord like API.

Groonga provides both of full text search and column store
features. ActiveGroonga + Groonga can be used as an
alternative of ActiveRecord + RDB.

ActiveGroonga is based on Rroonga. See the following URLs
about Rroonga and Groonga.

Authors

  • Kouhei Sutou <kou@clear-code.com>

License

LGPL 2.1. See license/LGPL for details.

(Kouhei Sutou has a right to change license inclidng
contributed patches.)

Dependencies

  • Rroonga

Install

!!!command_line
% sudo gem install activegroonga

Documents

Mailing list

Thanks

  • SHIMADA Koji
  • YasuOza
  • Kazuhiro Yoshida
  • Kenta Sato