/vesoft-poc-test-data-generator

VEsoft test data generator for PoC

Primary LanguageGoApache License 2.0Apache-2.0

VEsoft PoC Test Data Generator

VEsoft test data generator for WB PoC

Usage

$ go run main.go -d <directory-csv-to-be-saved>
  • <directory-csv-to-be-saved>: the directory which you want to put these generated csv files on

This program will generate following csv objects:

const (
	userCount    = 20
	clusterCount = 100
	dbCount      = 1000            // 1k
	datasetCount = 50 * 10 * 1000  // 500k
	jobCount     = 200 * 10 * 1000 // 2M
)

And these objects defined in types.go

If you want to use Nebula Importer to import these generated csv files to nebula, the configure file wb.yaml would be what you need.