Search Google Spreadsheet data using Groonga.
Please install as Nroonga needs Groonga.
After groonga installed, just do
% npm install @abetomo/spreadsearch
% spreadsearch init
Please set the '${HOME}/.spreadsearch/config.json'.
Please set it to config.json
.
% spreadsearch update
Get data from the spreadsheet and make it searchable.
% spreadsearch search QUERY
<Show JSON of search results>
% spreadsearch console
Query> test
...Display results
Query>
Use GCP service account credentials. You first need to create a service account, download its json key.