README
Name
groonga-client-rails
Description
groonga-client-rails is a library to use Groonga server from Ruby on
Rails.
Groonga is a full text search engine. It also
provides column store based database feature. Column store based
database means that aggregate calculation is fast. You can use Groonga
server as fast full text search server and fast
OLAP
(OnLine Analytical Processing) server.
groonga-client-rails provides the following feature:
- Define schema to Groonga server
- Synchronize data in Groonga with data in your models
- Search query builder
Install
TODO
Usage
TODO
Dependencies
- Ruby
- groonga-client
- Ruby on Rails
Mailing list
Thanks
Authors
License
LGPLv2.1 or later. See doc/text/lgpl-2.1.txt for details.
(Kouhei Sutou has a right to change the license including contributed
patches.)