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
- Host: GitHub
- URL: https://github.com/addok/addok-sqlite-store
- Owner: addok
- License: mit
- Created: 2017-01-25T15:15:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T09:04:10.000Z (over 3 years ago)
- Last Synced: 2025-03-23T22:42:21.290Z (about 1 year ago)
- Topics: addok-plugin
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).