Skip to content

cherrera2001/CSVTimeSeriesGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSV Time Series Generator

This is a utility based on Tsimulus that will generate realistic time series data for an arbitrary number of tags and output those values to a CSV file.

Clone the repository to your local machine

> git clone https://github.com/cherrera2001/CSVTimeSeriesGen.git Simulator

Navigate to the new directory

> cd Simulator 

Perform a maven clean install from the root of the codebase

> mvn clean install

An uber jar should be created in the /target directory

> cd target

Execute the jar with the following command

> java -jar uber-tsGeneratedCsv-1.0-SNAPSHOT.jar ../basicConfig.json 

This will generate a CSV file with all the defaults for 1 hour of data. You can modify the generation configuration by modifying the basicConfig.json file according to the docs at Tsimulus

View the data

> nano output-0.csv

To see all the options run the following command

> java -jar uber-tsGeneratedCsv-1.0-SNAPSHOT.jar

About

A utility that is based on TSimulus to generate realistic time series data and output a CSV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages