addok / addok-psql-store

Store addok data in PostgreSQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Addok-psql-store

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

Install

pip install git+https://github.com/addok/addok-psql-store

Configuration

The plugin will register itself when installed, by setting the correct DOCUMENT_STORE_PYPATH. You can override this setting in your local configuration file.

Other settings:

PG_CONFIG = 'dbname=addok user=addok host=localhost password=addok'
PG_TABLE = 'addok'

About

Store addok data in PostgreSQL.

License:MIT License


Languages

Language:Python 100.0%