Sha256: 43c31f5f4ca52c88aa69e482cdc13efffea0d742a606955c8bf55082bf3994d4

Contents?: true

Size: 1.19 KB

Versions: 8

Compression:

Stored size: 1.19 KB

Contents

# README

## Name

groonga-client-rails

## Description

groonga-client-rails is a library to use Groonga server from Ruby on
Rails.

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

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

  * English: [groonga-talk@lists.sourceforge.net](https://lists.sourceforge.net/lists/listinfo/groonga-talk)
  * Japanese: [groonga-dev@lists.sourceforge.jp](http://lists.sourceforge.jp/mailman/listinfo/groonga-dev)

## Thanks

  * ...

## Authors

  * Kouhei Sutou \<kou@clear-code.com\>

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
groonga-client-rails-0.9.7 README.md
groonga-client-rails-0.9.6 README.md
groonga-client-rails-0.9.5 README.md
groonga-client-rails-0.9.4 README.md
groonga-client-rails-0.9.3 README.md
groonga-client-rails-0.9.2 README.md
groonga-client-rails-0.9.1 README.md
groonga-client-rails-0.9.0 README.md