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

https://github.com/addok/addok-sqlite-store

Store documents in SQLite database
https://github.com/addok/addok-sqlite-store

addok-plugin

Last synced: about 1 year ago
JSON representation

Store documents in SQLite database

Awesome Lists containing this project

README

          

# Addok SQlite store plugin

Store your documents into a SQlite database to save Redis RAM usage.

## Install

pip install addok-sqlite-store

## Configuration

The plugin will register itself when installed, by setting the correct
`DOCUMENT_STORE_PYPATH`.

You want to define the path where the SQLite database will be created, by
setting `SQLITE_DB_PATH` into your local
[configuration](http://addok.readthedocs.io/en/latest/config/).