Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 908 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 908 Bytes

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--