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

https://github.com/groonga/grnci

Groonga command interface (test ver.)
https://github.com/groonga/grnci

Last synced: about 1 year ago
JSON representation

Groonga command interface (test ver.)

Awesome Lists containing this project

README

          

# README

Grnci is a Go library to operate Groonga DBs.
Grnci is an abbreviation of Groonga Command Interface because Grnci operates Groonga DBs via Groonga commands.

See http://groonga.org/docs/reference/command.html for details about Groonga commands.

## Installation

Please ensure that Groonga is installed on you system.
Then, you can use `go get` to install Grnci.

```
$ go get github.com/groonga/grnci
```

## Documentation

Online documentation is available at https://godoc.org/github.com/groonga/grnci .
In addition, if Grnci is already installed, `godoc` is available to read documentation.