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 支持ODBC接入或者SDK接入 #352

Closed c-doubley closed 1 month ago

c-doubley commented 1 month ago

Issue Type

Others

Have you searched for existing issues?

Yes

Link to Relevant Documentation

No response

Question Details

SCQL 支持ODBC接入或者SDK接入吗,如果不支持,我们自己去设计的话需要实现哪些逻辑?
参考另一个问题是需要如下的两个逻辑吗?
-在 SCDB 里实现 ODBC Dialect
-在Engine 里实现 ODBC connector
1139763082 commented 1 month ago

不支持

c-doubley commented 1 month ago

好的,谢谢

tongke6 commented 1 month ago

我先确认下问题,是接入 odbc 的数据源(特别指 engine 接入 odbc 数据源),还是 scql 本身通过 odbc driver 提交 query 呀?

c-doubley commented 1 month ago

是接入 odbc 的数据源