# zendata ZenData is an data generator for testing automation written in Golang. ## Features 1. Generate massive test data by using yaml config files; 2. Customize your own definitions base on build-in generator; 3. Export database schema as yaml config files. ## QuickStart ### Run from release file 1. Download last release file from [here](https://github.com/easysoft/zendata/releases); 2. Type 'zd/zd.exe -h' to get the help. ### Run from Golang codes 1. Enter 'git clone https://github.com/easysoft/zendata.git' to get the source codes; 3. Type 'go run src/zd.go -h' to get the help. ## Licenses All source code is licensed under the [GPLv3 License](LICENSE.md).