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

Hack to use the timeseries calls to retrieve the data #30

Merged
merged 1 commit into from
Apr 15, 2023

Conversation

shankari
Copy link
Contributor

This is a hack to get the dashboard to work.
It retrieves data using the timeseries interfaces and performs the projections using pandas locally.

It is not complete.

Notably:

  • the projections are not the same as the original projections
  • the projections do not take the dynamic config into account
  • we still use edb for some calls - notably the ones to get the uuid table; we should add decorations to the timeseries to support them going forward

This is a partial fix for #29

This is a hack to get the dashboard to work.
It retrieves data using the timeseries interfaces and performs the projections
using pandas locally.

It is *not* complete.

Notably:
- the projections are not the same as the original projections
- the projections do not take the dynamic config into account
- we still use `edb` for some calls - notably the ones to get the uuid table;
  we should add decorations to the timeseries to support them going forward
@shankari
Copy link
Contributor Author

Screenshot 2023-04-15 at 10 27 59 AM

Screenshot 2023-04-15 at 10 29 39 AM

Screenshot 2023-04-15 at 10 29 56 AM

Screenshot 2023-04-15 at 10 30 25 AM

Screenshot 2023-04-15 at 10 30 50 AM

Screenshot 2023-04-15 at 10 31 43 AM

@shankari shankari merged commit 834be13 into dev Apr 15, 2023
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

Successfully merging this pull request may close these issues.

1 participant