Skip to content

Replace GeneratorFormat by something more scalable #12

@mgoeminne

Description

@mgoeminne

Currently, be.cetic.tsimulus.config.GeneratorFormat is used for mapping a JSON object to a time series generator. This object is basically a big map checking the value of the "type" attribute.

The idea is to provide something better, that would avoid to get this big list continuously growing as the number of generator increases.

An idea would be to place the responsibility to determine if a generator complies with the JSON object to the generator itself, which totally makes sense.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions