Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myokoym/honsearch
The book searcher from bibliographic informations in [openBD](https://openbd.jp/) by [Groonga](http://groonga.org/ja/).
https://github.com/myokoym/honsearch
groonga opendb ruby sinatra
Last synced: 2 days ago
JSON representation
The book searcher from bibliographic informations in [openBD](https://openbd.jp/) by [Groonga](http://groonga.org/ja/).
- Host: GitHub
- URL: https://github.com/myokoym/honsearch
- Owner: myokoym
- License: lgpl-2.1
- Created: 2019-07-05T15:34:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T03:55:35.000Z (over 5 years ago)
- Last Synced: 2023-10-20T21:57:27.624Z (about 1 year ago)
- Topics: groonga, opendb, ruby, sinatra
- Language: Ruby
- Homepage: http://myokoym.net/honsearch/
- Size: 429 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Honsearch - 書誌情報検索
The book searcher from bibliographic informations in [openBD](https://openbd.jp/) by [Groonga](http://groonga.org/ja/).
## Usage
### Prepare
$ git clone https://github.com/myokoym/honsearch
$ bundle install### Load data
$ bundle exec ruby -I lib bin/honsearch load
### Run web server
$ bundle exec ruby -I lib bin/honsearch start
## License
* Ruby Code (.rb): LGPL 2.1 or later. See LICENSE.txt for details.
* Data from openBD: See [https://openbd.jp/](https://openbd.jp/).