yuqi1129 commented on issue #4092: URL: https://github.com/apache/gravitino/issues/4092#issuecomment-2212803097
If you want to add a new data source, you can refer to `clients/catalog-catalog`. If the catalog supports the JDBC protocol, you can refer to how MySQL or Doris catalog works. In general, for creating a new kind of catalog, you may need to add the following classes `Catalog`, `CatalogOperation`, `PropertiesMeta`, and so on. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
