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

Database support across runs #516

Open
adayton1 opened this issue Nov 8, 2023 · 1 comment
Open

Database support across runs #516

adayton1 opened this issue Nov 8, 2023 · 1 comment

Comments

@adayton1
Copy link
Member

adayton1 commented Nov 8, 2023

In one of the applications I work on, we try to monitor performance over time. We do a simulation run nightly, and use spot to track the data. However, generating a new file for every run is turning out to not be very scalable for visualization. What I'd like to see is the ability to collect all simulation runs into a single database, not a different database for every run.

@daboehme
Copy link
Member

Hi @adayton1 , are you looking for a convenient way to work with a set of runs or are you running into scalability issues with too many files? For the former, check out Thicket https://github.com/LLNL/thicket, which is a Python framework designed for ensemble analysis based on the spot .cali files. We also have a way to merge .cali files into a SQL database that works with the Spot web framework. Might be a little more involved to get working, so I'd like to understand your use case a bit better first.

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