package
0.0.0-20230921131859-37fced794d56
Repository: https://github.com/timescale/tsbs.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

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