Skip to content

KensoBI/measurement-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Measurement generator for KensoBI and QDAS schemas

First, update database connection strings with user's password in \MeasurementGenerator\appsettings.json.

Next, compile and run it:

dotnet build
cd MeasurementGenerator\bin\Debug\net6.0
.\MeasurementGenerator --schema 1

Execute the app with --help argument so see all options.