文件名称:DataGen:数据生成器
文件大小:891KB
文件格式:ZIP
更新时间:2024-07-08 10:11:18
Go
数据生成器 该工具试图简化为数据库基础设施测试生成随机数据集的过程。 安装 go get github.com/tiago4orion/DataGen 用法 您需要一个定义“架构”或“文档”的 YAML 文件。 见下文: format : csv filename : company.csv fields : - id : type : " string " min : 14 max : 14 chars : " 0-9 " - company_name : type : " string " min : 3 max : 256 chars : " A-Za-z " - address : type : " string " min : 3 m
【文件预览】:
DataGen-master
----.travis.yml(440B)
----docs()
--------graph()
--------project-code-coverage.sh(869B)
--------merge-coverprofile.go(873B)
--------performance.txt(5KB)
----sample.yaml(293B)
----data()
--------generator.go(7KB)
----arch.txt(898B)
----main.go(2KB)
----README.md(2KB)
----utils()
--------utils.test(2.95MB)
--------expandrange.go(957B)
--------generator.go(755B)
--------expandrange_test.go(691B)
--------generator_test.go(3KB)