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

Can ModelDB run on Vertica? #1567

Open
adhikari23 opened this issue Oct 5, 2020 · 1 comment
Open

Can ModelDB run on Vertica? #1567

adhikari23 opened this issue Oct 5, 2020 · 1 comment
Labels

Comments

@adhikari23
Copy link

I want to use Vertica as a database for modelDB. Is it possible to do?

@ravishetye
Copy link

@adhikari23 modeldb images have drivers for postrges and mysql prebaked as dependencies. For vertica driver you should mention them as a dependency in modeldb pom.xml and build the images.
You also need to update the config at https://github.com/VertaAI/modeldb/blob/master/chart/modeldb/charts/backend/values.yaml#L67-L77 to reflect the right host and driver you need modeldb to use.
Since modeldb uses hibernate and liquibase this should theoretically work , but we have not verified it, so do let us know if you encounter any hurdles.

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

No branches or pull requests

3 participants