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.
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:We should load in these tables automatically when opening a db/sim along with the other standard tables.