secretflow / scql

SCQL (Secure Collaborative Query Language) is a system that allows multiple distrusting parties to run joint analysis without revealing their private data.
https://www.secretflow.org.cn/docs/scql/en/
Apache License 2.0
126 stars 46 forks source link

scql支持哪些数据库 #279

Closed Repo-Zhuang closed 5 months ago

Repo-Zhuang commented 5 months ago

你好,请问目前scql除了mysql还支持哪些数据库,特别是有对国产数据库的支持吗,比如kingbase等,或者未来有这方面的支持计划吗

tongke6 commented 5 months ago

@Repo-Zhuang 还支持 Oceanbase/PostgreSQL/SQLite 等。Oceanbase 也是国产数据库。

如果 kingbase 支持 mysql 协议的话(支持用 mysqlclient 链接使用),就可以支持。

对于数据源扩展方面,我们有一个可扩展的框架,让用户可以自定义实现对接的各种数据源。

Repo-Zhuang commented 5 months ago

好的,谢谢。另外我想问下如果我想使用Oceanbase 的话,应该怎么配置呢

tongke6 commented 5 months ago

按 MySQL 数据源的形式配置,通过 OBProxy 连 Oceanbase