Metadata-Version: 2.1
Name: addok-sqlite-store
Version: 1.0.1
Summary: Store documents in Sqlite.
Home-page: https://github.com/addok/addok-sqlite-store
Author: Yohan Boniface
Author-email: yohan.boniface@data.gouv.fr
License: WTFPL
Keywords: addok geocoding sqlite plugin
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: test
License-File: LICENSE

# 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/).
