Integration of tshistory store, supervision, formula, view, excel client and api
tasks: migration 0.20 from tshistory is possible for one seriesname
build: we need rework/ui there
tsio/rename: introduce the `propagate` parameter

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