katib
katib copied to clipboard
Support PostgreSQL
/kind feature
Hello, I'd like to request a feature for manager to register logs to PostgreSQL. Do you have any plan?
Describe the solution you'd like Current, only MySQL is supported as Log DB. So, I would like a feature for manager to register logs to PostgreSQL because PostgreSQL is major database as much as MySQL.
If there is enough interest (upvotes needed), then this could be part of this project's roadmap.
And, also welcome your contribution!
/priority p3
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
/lifecycle frozen
It would be great if katib and pipeline support postgreSQL database! Is there any plan to make database optional? @gaocegege @andreyvelich
MySQL is no longer best choice for many, since purchased by Oracle Company. The cake of Kubeflow is free, except the MySQL piece. And this makes us hesitate to introduce kubeflow into our project.
/cc @johnugeorge
@Edward-liang @javen218 Katib can be configured to have any backend DB. It can be supported by implementing this interface for any DB- https://github.com/kubeflow/katib/blob/master/pkg/db/v1beta1/common/kdb.go and use the DB in the manifests - https://github.com/kubeflow/katib/blob/master/manifests/v1beta1/components/db-manager/db-manager.yaml#L26 We can aim it for next release. It would be great if you can contribute it.
Thank you very much for your reply! @johnugeorge @gaocegege We are highly looking forward to seeing this new feature in the next release!!!
If you guys think it is worth enough. I could try working on supporting Postgres as a katib db-manager's built-in feature. Even though katib already supports the interface for general DB, it could be some time-consuming job to many users if they should implement for themselves. WDYT? @kubeflow/wg-automl-leads
I'd like tp implement this, if you guys agree.
@anencore94 Thanks for your contribution! I agree with you.
Thanks @anencore94