tuttle icon indicating copy to clipboard operation
tuttle copied to clipboard

Configuration

Open lexman opened this issue 9 years ago • 1 comments

A standard way to declare constants, for exemple yaml or .ini

Could be used for Pre-run dependancy graph Processes using constants should declare them as dependancies, in order to invalidate the appropriate ressources if configuration changes

Note : some constants should not be taken into account for dependancies and should not be saved. Eg passwords

lexman avatar Jun 23 '15 18:06 lexman

Constants could be injected in the resources names using the uri templates

For exemple, if we have a constants like COUNTRY=fr and FORMAT=tgz, could be used in url http://example.com/extracts{?COUNTRY,FORMAT} at run time.

This would be usefull to define environements (prod, dev, test, etc.).

lexman avatar May 30 '16 17:05 lexman