Skip to content

ranguba/rroonga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c2bbf8f · Mar 8, 2025
Mar 8, 2025
Nov 1, 2014
Feb 21, 2016
Jan 9, 2025
Sep 8, 2015
Mar 5, 2025
Jan 8, 2025
Jul 27, 2014
Nov 1, 2014
Jan 8, 2025
Oct 5, 2014
Apr 20, 2020
Oct 2, 2009
Mar 8, 2025
Mar 5, 2025
Jan 9, 2025
Jan 30, 2018
Jul 27, 2014
Apr 4, 2022
Mar 8, 2025

Repository files navigation

README

Gem Version

Name

Rroonga

Description

Ruby bindings for Groonga that provide full text search and column store features.

Rroonga is an extension library to use Groonga's DB-API layer. Rroonga provides Rubyish readable and writable API not C like API. You can use Groonga's fast and highly functional features from Ruby with Rubyish form.

See the following URL about Groonga.

Authors

License

LGPL 2.1. See license/LGPL for details.

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

Dependencies

  • Ruby
  • Groonga

Install

If you're using Bundler, add plugin "rubygems-requirements-system" and gem "rroonga" to your Gemfile:

plugin "rubygems-requirements-system"

gem "rroonga"

If you're not using Bundler, install rubygems-requirements-system and rroonga:

sudo gem install rubygems-requirements-system rroonga

Documents

Mailing list

Thanks

  • Daijiro MORI: sent patches to support the latest Groonga.
  • Tasuku SUENAGA: sent patches and 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.
  • ono matope: sent bug reports.
  • @kamipo: send a bug report.
  • ongaeshi: sent a patch to build gem on Windows.
  • mallowlabs: send a patch.