Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abetomo/spreadsearch
Search Google Spreadsheet data using Groonga.
https://github.com/abetomo/spreadsearch
google-spreadsheet groonga json spreadsheet
Last synced: 3 months ago
JSON representation
Search Google Spreadsheet data using Groonga.
- Host: GitHub
- URL: https://github.com/abetomo/spreadsearch
- Owner: abetomo
- License: lgpl-2.1
- Created: 2017-09-25T03:29:37.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T05:14:57.000Z (4 months ago)
- Last Synced: 2024-09-27T00:03:40.544Z (4 months ago)
- Topics: google-spreadsheet, groonga, json, spreadsheet
- Language: JavaScript
- Size: 1.24 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spreadsearch
[![npm version](https://badge.fury.io/js/%40abetomo%2Fspreadsearch.svg)](https://badge.fury.io/js/%40abetomo%2Fspreadsearch)
Search Google Spreadsheet data using Groonga.
## install
[Groonga]:http://groonga.org/
[Nroonga]:https://nroonga.github.io/Please install as [Nroonga][] needs [Groonga][].
After groonga installed, just do
```
% npm install @abetomo/spreadsearch
```## Usage
### init
```
% spreadsearch init
Please set the '${HOME}/.spreadsearch/config.json'.
```Please set it to `config.json`.
### Update data
```
% spreadsearch update
```Get data from the spreadsheet and make it searchable.
### Search
#### batch
```
% spreadsearch search QUERY```
#### console
```
% spreadsearch console
Query> test
...Display resultsQuery>
```## `config.json`
### `authJsonPath`
Use GCP service account credentials. You first need to create a service account, download its json key.