-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Currently the main option for describing time series is a json based DSL.
Although this DSL is pretty convenient for programmatically use the TSimulus library, it may look unintuitive for a human being.
The aim of this feature request consists in improving the accessibility of TSorage by providing a more user friendly DSL.
Basic generators could be represented by litterals, parameterized generators could be represented as an object construction. Temporary generators could be set as "variables" that could be by reused later in the configuration file. Finally, some generators could be combined by using specific operators.