forked from WeBankBlockchain/WeDPR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
affd66c
commit 07979a1
Showing
1 changed file
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,33 @@ | ||
# WeDPR | ||
# WeDPR | ||
|
||
![](https://wedpr-lab.readthedocs.io/zh_CN/latest/_static/images/wedpr_logo.png) | ||
|
||
|
||
[![CodeFactor](https://www.codefactor.io/repository/github/webankblockchain/wedpr/badge?s=a4c3fb6ffd39e7618378fe13b6bd06c5846cc103)](https://www.codefactor.io/repository/github/webankblockchain/wedpr) | ||
[![contributors](https://img.shields.io/github/contributors/WeBankBlockchain/WeDPR)](https://github.com/WeBankBlockchain/WeDPR/graphs/contributors) | ||
[![GitHub activity](https://img.shields.io/github/commit-activity/m/WeBankBlockchain/WeDPR)](https://github.com/WeBankBlockchain/WeDPR/pulse) | ||
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) | ||
|
||
微众银行多方大数据隐私计算平台基于区块链、安全多方计算、联合建模等技术构建密态计算网络,实现原始数据不出域,数据可用不可见、可控可计量,可服务公共数据授权运营、金融联合风控/营销、跨行业数据合作等场景。WeDPR基于[WeDPR-Component](https://github.com/WeBankBlockchain/WeDPR-Component)构建了跨机构一站式的隐私计算平台, WeDPR包括: | ||
- **站点端**: 机构内隐私计算服务,包括用户管理、数据集管理和授权、项目管理、任务管理、日志审计等核心功能,同时支持简单易用的向导模式和灵活可扩展的专家模式 | ||
- **管理端**: 旨在管理多个站点端,提供跨机构的节点注册、隐私计算任务监控和审计功能以及证书管理功能 | ||
- **隐私计算节点**: 隐私计算服务核心功能,支持隐私求交集、匿踪查询、多方联合分析(隐私SQL)、隐私建模和预测等功能 | ||
- **隐私计算网关**: 负责跨机构的网络通信,并支持路由转发 | ||
|
||
通过WeDPR: | ||
|
||
- 可以快速申请数据集使用权限、创建项目、查看授权数据的使用情况 | ||
- 可以基于已授权的数据集使用隐私求交集、匿踪查询、多方联合分析(隐私SQL)、数据预处理、隐私建模和预测等能力,满足多样化的业务场景 | ||
- 可以将【数据集+隐私计算组件】发布为服务,对外提供匿踪查询、预测等服务 | ||
- 服务可快速接入WeDPR隐私计算平台,使用WeDPR平台发布的匿踪查询、预测等服务 | ||
|
||
|
||
## 技术文档 | ||
|
||
- [文档](https://wedpr-document.readthedocs.io/zh-cn/latest/) | ||
- [代码](https://github.com/WeBankBlockchain/WeDPR) | ||
|
||
|
||
## License | ||
|
||
WeDPR的开源协议为Apache License 2.0, 详情参见[LICENSE](LICENSE)。 |