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

Refactor DB-Access so schema can be specified in Config #233

Open
silvanheller opened this issue Nov 17, 2021 · 0 comments
Open

Refactor DB-Access so schema can be specified in Config #233

silvanheller opened this issue Nov 17, 2021 · 0 comments
Labels
Good First Issue Good Issue for first-time contributors help wanted implementation

Comments

@silvanheller
Copy link
Member

silvanheller commented Nov 17, 2021

Ideally, the Cottontail Access Layer would be refactored so that the schema to be used (currently cineast) can be specified in the config. This would mean we could write tests using the "real" database names and eliminate the hypothetical user error where tests are run against a productive database.

For new Contributors

Feel free to set up the stack: https://vitrivr.org/getting_started.html. Afterwards, have a look at the implementation suggestion above and feel free to get started.

A starting point in the code would be the unit-tests for the database layer at https://github.com/vitrivr/cineast/tree/master/cineast-core/src/test/java/org/vitrivr/cineast/core/db

@silvanheller silvanheller added help wanted implementation Good First Issue Good Issue for first-time contributors labels Nov 17, 2021
@vitrivr vitrivr deleted a comment from vaibhav0806 Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Good Issue for first-time contributors help wanted implementation
Projects
None yet
Development

No branches or pull requests

1 participant