scql
scql copied to clipboard
SCQL (Secure Collaborative Query Language) is a system that allows multiple distrusting parties to run joint analysis without revealing their private data.
### Issue Type Feature ### Have you searched for existing issues? Yes ### Link to Relevant Documentation _No response_ ### Question Details ```shell Alice端运行邀请合作节点参与项目命令时报错: 命令: ./brokerctl invite bob --project-id "demo"...
### Issue Type Feature ### Have you searched for existing issues? Yes ### Link to Relevant Documentation _No response_ ### Question Details ```shell Alice端运行邀请合作节点参与项目命令时报错: 命令: ./brokerctl invite bob --project-id "demo"...
### Issue Type Feature ### Have you searched for existing issues? Yes ### Link to Relevant Documentation _No response_ ### Question Details ```shell Alice端运行邀请合作节点参与项目命令时报错: 命令: ./brokerctl invite bob --project-id "demo"...
### Issue Type Install/Build ### Have you searched for existing issues? Yes ### OS Platform and Distribution Ubuntu 20.04.6 LTS ### SCQL Version 0.8.1吧 ### What happend and What you...
### Issue Type Others ### Have you searched for existing issues? Yes ### Link to Relevant Documentation https://www.secretflow.org.cn/zh-CN/docs/scql/0.8.1b1/topics/deployment/how-to-deploy-centralized-cluster ### Question Details ```shell 1.在部署scql过程中发现节点中连不上go官网。 构建scdbclient go build -o scdbclient cmd/scdbclient/main.go 会报错。...
### Issue Type ### Have you searched for existing issues? Yes ### Link to Relevant Documentation _No response_ ### Question Details ```shell What is the upper bound of dataset scale...
### Issue Type Running ### Have you searched for existing issues? Yes ### OS Platform and Distribution centos7 ### SCQL Version SCQL.0.90b ### What happend and What you expected to...
### Issue Type Others ### Have you searched for existing issues? Yes ### Link to Relevant Documentation _No response_ ### Question Details ```shell P2P部署后,参与方信息保存在party_info.json文件中,如果想要新的参与方加入,需要修改party_info.json文件,再重启broker吗?有没有不重启broker的方式,实现参与方的动态更新? ```
./brokerctl run "SELECT ta.credit_rank, COUNT(*) as cnt, AVG(ta.income) as avg_income, AVG(tb.order_amount) as avg_amount FROM ta INNER JOIN tb ON ta.ID = tb.ID WHERE ta.age >= 20 AND ta.age
### Issue Type Others ### Have you searched for existing issues? Yes ### Link to Relevant Documentation _No response_ ### Question Details ```shell go新手,希望得到一些指导性的建议,感谢。 ```