Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull in all TimeSeries tables #137

Open
rwcarlsen opened this issue Jun 10, 2015 · 1 comment
Open

pull in all TimeSeries tables #137

rwcarlsen opened this issue Jun 10, 2015 · 1 comment

Comments

@rwcarlsen
Copy link
Member

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.

@yarden-livnat
Copy link
Member

Checked-in an implementation in branch: wildcard-tables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants