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

More Queries + Dashboards #14

Open
mrocklin opened this issue Feb 12, 2024 · 0 comments
Open

More Queries + Dashboards #14

mrocklin opened this issue Feb 12, 2024 · 0 comments

Comments

@mrocklin
Copy link
Member

We currently run one of the TPCH queries (currently in reduce.py although this location may change), generate a resultset, and store that in a small parquet dataset that is then read by a Streamlit app. This shows both how we can periodically run large dataframe calculations, and serve live results in a flashy way.

Probably we should have a couple more of these, and hopefully some that are both easy to understand and flashy. My guess is that we want to look at the TPC-H queries (these are already pre-formed and solve business problems and we know that they're decently fast) and pick out a couple that we think will look nice and add them.

This will also force us to think about how to have not one computed result, but many, and how to organize them.

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

1 participant