Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataGenerator  Build

This tool can be used to generate data from a yaml schema. This is particularly useful in applications where high volume of mockup data is required.

Usage

It can be used as a maven dependency or an executable jar

  • To use it as a maven dependency
<dependency>
    <groupId>com.github.akatsuki06</groupId>
	<artifactId>data-generator</artifactId>
    <version>0.0.1</version>
</dependency>
  • To use it as an executable jar download the latest jar data-generator-0.0.1-exec.jar

java -jar data-generator-0.0.1-exec.jar --datagen.schema.path=/path-to-schema/ --datagen.out.path=/output-path/

Schema

  • Checkout sample schema in test/resources

--TBD--

Documentation

--TBD--

About

Tool to generate mockup data

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages