File tree Expand file tree Collapse file tree 2 files changed +44
-1
lines changed Expand file tree Collapse file tree 2 files changed +44
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### 1.0.0-rc1
2
+ (2024-08-21)
3
+
4
+ ** 新增**
5
+
6
+ - ** API网关认证** : 对WeDPR平台用户的认证
7
+ - ** 用户管理** : 管理WeDPR平台的用户,使用用户组的模式管理用户
8
+ - ** 资源同步** : 跨机构的资源同步,基于FISCO-BCOS区块链进行信息同步
9
+ - ** 数据集管理** : 跨机构的数据集上传、授权等管理
10
+ - ** 审批流** : 实现跨机构的共享资源审核,如数据集申请等
11
+ - ** 调度模块** : 负责隐私计算任务的调度,支持并发调度
Original file line number Diff line number Diff line change 1
- # WeDPR
1
+ # WeDPR
2
+
3
+ ![ ] ( https://wedpr-lab.readthedocs.io/zh_CN/latest/_static/images/wedpr_logo.png )
4
+
5
+
6
+ [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/webankblockchain/wedpr/badge?s=a4c3fb6ffd39e7618378fe13b6bd06c5846cc103 )] ( https://www.codefactor.io/repository/github/webankblockchain/wedpr )
7
+ [ ![ contributors] ( https://img.shields.io/github/contributors/WeBankBlockchain/WeDPR )] ( https://github.com/WeBankBlockchain/WeDPR/graphs/contributors )
8
+ [ ![ GitHub activity] ( https://img.shields.io/github/commit-activity/m/WeBankBlockchain/WeDPR )] ( https://github.com/WeBankBlockchain/WeDPR/pulse )
9
+ [ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square )] ( http://makeapullrequest.com )
10
+
11
+ 微众银行多方大数据隐私计算平台基于区块链、安全多方计算、联合建模等技术构建密态计算网络,实现原始数据不出域,数据可用不可见、可控可计量,可服务公共数据授权运营、金融联合风控/营销、跨行业数据合作等场景。WeDPR基于[ WeDPR-Component] ( https://github.com/WeBankBlockchain/WeDPR-Component ) 构建了跨机构一站式的隐私计算平台, WeDPR包括:
12
+ - ** 站点端** : 机构内隐私计算服务,包括用户管理、数据集管理和授权、项目管理、任务管理、日志审计等核心功能,同时支持简单易用的向导模式和灵活可扩展的专家模式
13
+ - ** 管理端** : 旨在管理多个站点端,提供跨机构的节点注册、隐私计算任务监控和审计功能以及证书管理功能
14
+ - ** 隐私计算节点** : 隐私计算服务核心功能,支持隐私求交集、匿踪查询、多方联合分析(隐私SQL)、隐私建模和预测等功能
15
+ - ** 隐私计算网关** : 负责跨机构的网络通信,并支持路由转发
16
+
17
+ 通过WeDPR:
18
+
19
+ - 可以快速申请数据集使用权限、创建项目、查看授权数据的使用情况
20
+ - 可以基于已授权的数据集使用隐私求交集、匿踪查询、多方联合分析(隐私SQL)、数据预处理、隐私建模和预测等能力,满足多样化的业务场景
21
+ - 可以将【数据集+隐私计算组件】发布为服务,对外提供匿踪查询、预测等服务
22
+ - 服务可快速接入WeDPR隐私计算平台,使用WeDPR平台发布的匿踪查询、预测等服务
23
+
24
+
25
+ ## 技术文档
26
+
27
+ - [ 文档] ( https://wedpr-lab.readthedocs.io/zh-cn/latest/ )
28
+ - [ 代码] ( https://github.com/WeBankBlockchain/WeDPR )
29
+
30
+
31
+ ## License
32
+
33
+ WeDPR的开源协议为Apache License 2.0, 详情参见[ LICENSE] ( LICENSE ) 。
You can’t perform that action at this time.
0 commit comments