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.
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/
- Checkout sample schema in
test/resources
--TBD--
--TBD--