https://github.com/groonga/groonga-log
Ruby library to process Groonga's log
https://github.com/groonga/groonga-log
Last synced: 10 months ago
JSON representation
Ruby library to process Groonga's log
- Host: GitHub
- URL: https://github.com/groonga/groonga-log
- Owner: groonga
- Created: 2017-09-15T06:22:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T03:31:48.000Z (almost 8 years ago)
- Last Synced: 2025-07-27T20:59:39.658Z (11 months ago)
- Language: Ruby
- Size: 45.9 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
[](https://travis-ci.org/groonga/groonga-log)
## Name
groonga-log
## Description
Groonga-log is a collection of library and tools to
process [Groonga](http://groonga.org/)'s log.
Groonga's log is logged when `--log-path` option is specified. You can
write a program to process Groonga log by using groonga-log as a
library.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'groonga-log'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install groonga-log
## Usage
TODO: Write usage instructions here
## Dependencies
TODO:
## License
LGPLv2.1 or later. See doc/text/lgpl-2.1.txt for details.