search: add CachePolicy for producing editor proposals
test: switch PostgreSQL port to 5434 for server usage
test/tables: record the used tables after simplification in tshistory
Just pip-install it:
$ pip install tshistory_refinery
Create first a postgresql database:
$ createdb my_time_series
Then initialize the database schema:
$ tsh init-db postgresql:///my_time_series --no-dry-run
Last item: we need a configuration file refinery.cfg
in the home
directory, containing:
[db]
uri = postgresql:///my_time_series