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

document instance database and make it customizable #65

Open
svigerske opened this issue Aug 13, 2024 · 0 comments
Open

document instance database and make it customizable #65

svigerske opened this issue Aug 13, 2024 · 0 comments

Comments

@svigerske
Copy link
Member

constants.py defines a location for a solu database:

ALL_SOLU = FILES_DIR + "instancedata/database/instancedb.sqlite3"

Evaluation will fail if this is not available. The README.md does not mention that this needs to be provided and what the database schema is.

In addition, the location should be customizable via the configuration file (app.cfg).
Ideally, a remote location, or a webrequest, can be specified that Rubberband can query to get the latest version of the database.

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