modeldb
modeldb copied to clipboard
Can ModelDB run on Vertica?
I want to use Vertica as a database for modelDB. Is it possible to do?
@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.