package
0.1.2
Repository: https://github.com/cnosdb/tsdb-comparisons.git
Documentation: pkg.go.dev

# Functions

NewQueryGenerator returns a QueryGenerator that is set up to work with a given useCaseMatrix, which tells it how to generate the given query type for a use case.

# Constants

Error messages when using a DataGenerator.
Error messages when using a DataGenerator.

# Structs

DataGenerator is a type of Generator for creating data that will be consumed by a database's write/insert operations.
QueryGenerator is a type of Generator for creating queries to test against a database.

# Interfaces

Generator is an interface that defines a type that generates inputs to other TSBS tools.
IoTGeneratorMaker creates a quert generator for iot use case.