Skip to content

pull in all TimeSeries tables #137

@rwcarlsen

Description

@rwcarlsen

Cyclus db's have a convention of allowing archetypes to write to fixed-schema time series tables with names of their choosing. All time series tables are named TimeSeries[bla] and have the schema:

  • SimID (blob/uuid)
  • AgentId (int)
  • Time (int)
  • Value (double)

We should load in these tables automatically when opening a db/sim along with the other standard tables.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions