No commit activity in last 3 years
No release in over 3 years
[Groonga](http://groonga.org/) 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](https://en.wikipedia.org/wiki/Online_analytical_processing) (OnLine Analytical Processing) server.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

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.)