An open API service indexing awesome lists of open source software.

https://github.com/groonga/groonga-query-log

Ruby library to process Groonga's query log
https://github.com/groonga/groonga-query-log

Last synced: 5 months ago
JSON representation

Ruby library to process Groonga's query log

Awesome Lists containing this project

README

          

# README

[![Build Status](https://travis-ci.org/groonga/groonga-query-log.png?branch=master)](https://travis-ci.org/groonga/groonga-query-log)

## Name

groonga-query-log

## Description

Groonga-query-log is a collection of library and tools to process
[Groonga](http://groonga.org/)'s query log. You can write a program to
process query log by using groonga-query-log as a library. You can
analyze your Groonga's queries and test with your Groonga's query log
by using groonga-query-log as a tool.

## Install

% gem install groonga-query-log

## Usage

### groonga-query-log-analyze

TODO...

### groonga-query-log-detect-memory-leak

TODO...

### groonga-query-log-extract

TODO...

### groonga-query-log-format-regression-test-logs

TODO...

### groonga-query-log-replay

TODO...

### groonga-query-log-verify-server

TODO...

### groonga-query-log-run-regression-test

* [doc/text/run-regression-test.md](doc/text/run-regression-test.md)

## Dependencies

* Ruby
* [groonga-command-parser](http://rubygems.org/gems/groonga-command-parser)
* [groonga-client](http://rubygems.org/gems/groonga-client)

## 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 \

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