Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jamchamb/lunr2sql


https://github.com/jamchamb/lunr2sql

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

lunr2sql
========
Create a SQLite database for client-side search of the [places index](https://github.com/oss/placesindex).
Retains the custom [lunr](https://github.com/olivernn/lunr.js) tokens (special abbreviations, etc.).

#### Usage
```
npm install
wget https://../places.txt
node lunr2sql
sqlite3 places.db < out.sql
```