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

Manage experiments and sim databases with web interface #67

Open
bloer opened this issue Aug 12, 2021 · 0 comments
Open

Manage experiments and sim databases with web interface #67

bloer opened this issue Aug 12, 2021 · 0 comments

Comments

@bloer
Copy link
Owner

bloer commented Aug 12, 2021

Currently, running bgexplorer requires writing python classes and functions to define the interaction with the simulation database. This allows for lots of flexibility, but makes many tasks that should otherwise be simple require halting the application, making code changes, and restarting. Also, each bgexplorer instance is a standalone server process, so running multiple experiments on a single machine is resource intensive and requires managing multiple processes.

If we sacrifice some of the flexibility and require a MongoDB database and that the data follow relatively limited format, each simdb backend could be configured in a web interface, and each experiment is mostly a collection of sim views.

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

No branches or pull requests

1 participant