Integration of tshistory store, supervision, formula, view, excel client and api
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

clone

read-only
https://hg.sr.ht/~pythonian/tshistory_refinery
read/write
ssh://hg@hg.sr.ht/~pythonian/tshistory_refinery

#The Time Series Refinery

#Installation

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