Skip to content

A CLI application generating random and realistic time series

License

Notifications You must be signed in to change notification settings

cetic/tsimulus-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

tsimulus-cli

A CLI application generating random and realistic time series.

Description

This application uses the Realistic Time Series Generator library for generating time series values.

How to use it?

  1. Download a release from Github. You will only need a Java Virtual Machine, since all the dependencies of this application are included in the downloadable JAR file. Alternatively, you can also package it from the source code available on this Git repository, and then execute it:

     > sbt package
    
  2. Run it. You have to provide the path to a generator configuration file (have a look at the library documentation for more details and examples):

    java -jar tsimulus-cli.jar configuration.json

    Alternatively, you can directly run it using SBT:

    sbt "run configuration.json"