modeldb icon indicating copy to clipboard operation
modeldb copied to clipboard

Can ModelDB run on Vertica?

Open adhikari23 opened this issue 5 years ago • 1 comments

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

adhikari23 avatar Oct 05 '20 16:10 adhikari23

@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.

ravishetye avatar Oct 29 '20 17:10 ravishetye